Shades of Sky Blue #88CFEF
Tints of Sky Blue #88CFEF
RGB
CMYK
RGB Variations
Color information
#88CFEF (or 0x88CFEF) is known color: Sky Blue. HEX triplet: 88, CF and EF. RGB value is (136,207,239). Sum of RGB (Red+Green+Blue) = 136+207+239=582 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.37% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #88CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CFEF is #773010. Grayscale: #BDBDBD. Windows color (decimal): -7811089 or 15716232. OLE color: 15716232.
HSL color Cylindrical-coordinate representation of color #88CFEF: hue angle of 198.64º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88CFEF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 207 | 239 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.06 |
| HSL | 198.64º | 0.76% | 0.74% | - |
| HSV(B) | 198.64º | 0.43% | 0.94% | - |
| XYZ | 48.05 | 56.09 | 89.96 | - |
| YUV | 189.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 239 | 0.43 | 0.13 | 0 | 0.06 | 198.64 | 0.76 | 0.74 |
| Hex | 88 | CF | EF | 2B | D | 0 | 6 | C7 | 4C | 4A |
| Octal | 210 | 317 | 357 | 53 | 15 | 0 | 6 | 307 | 114 | 112 |
| Binary | 10001000 | 11001111 | 11101111 | 101011 | 1101 | 0 | 110 | 11000111 | 1001100 | 1001010 |
Color Harmonies of #88CFEF
Complementary color
Monochromatic Colors of #88CFEF
Black with #88CFEF
Text Example
Text Example
White with #88CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFEF; }
p { color: rgb(136,207,239); }
H1.HeaderClassName
{
color: #88CFEF;
}
.AnyTagClassName
{
color: #88CFEF;
}
</style>
background-color css
<style>
a { background-color: #88CFEF; }
a { background-color: rgb(136,207,239); }
div.DivClassName
{
background-color: #88CFEF;
}
.BgClassName
{
background-color: #88CFEF;
}
</style>
border-color css
<style>
span { border-color: #88CFEF; }
span { border-color: rgb(136,207,239); }
td.TdClassName
{
border-color: #88CFEF;
}
.TagClassName
{
border-color: #88CFEF;
}
</style>