Shades of Sky Blue #88CFF2
Tints of Sky Blue #88CFF2
RGB
CMYK
RGB Variations
Color information
#88CFF2 (or 0x88CFF2) is known color: Sky Blue. HEX triplet: 88, CF and F2. RGB value is (136,207,242). Sum of RGB (Red+Green+Blue) = 136+207+242=585 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.25% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #88CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CFF2 is #77300D. Grayscale: #BDBDBD. Windows color (decimal): -7811086 or 15912840. OLE color: 15912840.
HSL color Cylindrical-coordinate representation of color #88CFF2: hue angle of 199.81º 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 #88CFF2 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 207 | 242 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.05 |
| HSL | 199.81º | 0.8% | 0.74% | - |
| HSV(B) | 199.81º | 0.44% | 0.95% | - |
| XYZ | 48.49 | 56.27 | 92.31 | - |
| YUV | 189.76 | 157.48 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 242 | 0.44 | 0.14 | 0 | 0.05 | 199.81 | 0.8 | 0.74 |
| Hex | 88 | CF | F2 | 2C | E | 0 | 5 | C8 | 50 | 4A |
| Octal | 210 | 317 | 362 | 54 | 16 | 0 | 5 | 310 | 120 | 112 |
| Binary | 10001000 | 11001111 | 11110010 | 101100 | 1110 | 0 | 101 | 11001000 | 1010000 | 1001010 |
Color Harmonies of #88CFF2
Complementary color
Monochromatic Colors of #88CFF2
Black with #88CFF2
Text Example
Text Example
White with #88CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFF2; }
p { color: rgb(136,207,242); }
H1.HeaderClassName
{
color: #88CFF2;
}
.AnyTagClassName
{
color: #88CFF2;
}
</style>
background-color css
<style>
a { background-color: #88CFF2; }
a { background-color: rgb(136,207,242); }
div.DivClassName
{
background-color: #88CFF2;
}
.BgClassName
{
background-color: #88CFF2;
}
</style>
border-color css
<style>
span { border-color: #88CFF2; }
span { border-color: rgb(136,207,242); }
td.TdClassName
{
border-color: #88CFF2;
}
.TagClassName
{
border-color: #88CFF2;
}
</style>