#88D4F2

Color #88D4F2 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #88D4F2

Tints of Sky Blue #88D4F2

Color information

#88D4F2 (or 0x88D4F2) is unknown color: approx Sky Blue. HEX triplet: 88, D4 and F2. RGB value is (136,212,242). Sum of RGB (Red+Green+Blue) = 136+212+242=590 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.05% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #88D4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D4F2 is #772B0D. Grayscale: #C0C0C0. Windows color (decimal): -7809806 or 15914120. OLE color: 15914120.

HSL color Cylindrical-coordinate representation of color #88D4F2: hue angle of 196.98º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88D4F2 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136212242-
CMYK0.440.1200.05
HSL196.98º80.3%74.12%-
HSV(B)196.98º43.8%94.9%-
XYZ49.7258.7392.72-
YUV192.7155.8287.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 23.05%
GREEN value IS 212 (83.20% from 255) = 35.93%
BLUE value IS 242 (94.92% from 255) = 41.02%
R=23.05%
G=35.93%
B=41.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362122420.440.1200.05196.9880.374.12
Hex88D4F22CC05c5504a
Octal210324362541405305120112
Binary100010001101010011110010101100110001011100010110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88D4F2; }

 p { color: rgb(136,212,242); }

 H1.HeaderClassName
 {
   color: #88D4F2;
 }
 .AnyTagClassName
 {
   color: #88D4F2;
 }
</style>
background-color css

<style>
 a { background-color: #88D4F2; }

 a { background-color: rgb(136,212,242); }

 div.DivClassName
 {
   background-color: #88D4F2;
 }
 .BgClassName
 {
   background-color: #88D4F2;
 }
</style>
border-color css

<style>
 span { border-color: #88D4F2; }

 span { border-color: rgb(136,212,242); }

 td.TdClassName
 {
   border-color: #88D4F2;
 }
 .TagClassName
 {
   border-color: #88D4F2;
 }
</style>