Shades of Sky Blue #88DEEC
Tints of Sky Blue #88DEEC
RGB
CMYK
RGB Variations
Color information
#88DEEC (or 0x88DEEC) is known color: Sky Blue. HEX triplet: 88, DE and EC. RGB value is (136,222,236). Sum of RGB (Red+Green+Blue) = 136+222+236=594 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.90% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #88DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DEEC is #772113. Grayscale: #C5C5C5. Windows color (decimal): -7807252 or 15523464. OLE color: 15523464.
HSL color Cylindrical-coordinate representation of color #88DEEC: hue angle of 188.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88DEEC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 222 | 236 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.07 |
| HSL | 188.4º | 0.72% | 0.73% | - |
| HSV(B) | 188.4º | 0.42% | 0.93% | - |
| XYZ | 51.41 | 63.53 | 88.91 | - |
| YUV | 197.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 222 | 236 | 0.42 | 0.06 | 0 | 0.07 | 188.4 | 0.72 | 0.73 |
| Hex | 88 | DE | EC | 2A | 6 | 0 | 7 | BC | 48 | 49 |
| Octal | 210 | 336 | 354 | 52 | 6 | 0 | 7 | 274 | 110 | 111 |
| Binary | 10001000 | 11011110 | 11101100 | 101010 | 110 | 0 | 111 | 10111100 | 1001000 | 1001001 |
Color Harmonies of #88DEEC
Complementary color
Monochromatic Colors of #88DEEC
Black with #88DEEC
Text Example
Text Example
White with #88DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DEEC; }
p { color: rgb(136,222,236); }
H1.HeaderClassName
{
color: #88DEEC;
}
.AnyTagClassName
{
color: #88DEEC;
}
</style>
background-color css
<style>
a { background-color: #88DEEC; }
a { background-color: rgb(136,222,236); }
div.DivClassName
{
background-color: #88DEEC;
}
.BgClassName
{
background-color: #88DEEC;
}
</style>
border-color css
<style>
span { border-color: #88DEEC; }
span { border-color: rgb(136,222,236); }
td.TdClassName
{
border-color: #88DEEC;
}
.TagClassName
{
border-color: #88DEEC;
}
</style>