Shades of Sky Blue #88CCF0
Tints of Sky Blue #88CCF0
RGB
CMYK
RGB Variations
Color information
#88CCF0 (or 0x88CCF0) is known color: Sky Blue. HEX triplet: 88, CC and F0. RGB value is (136,204,240). Sum of RGB (Red+Green+Blue) = 136+204+240=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #88CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CCF0 is #77330F. Grayscale: #BBBBBB. Windows color (decimal): -7811856 or 15781000. OLE color: 15781000.
HSL color Cylindrical-coordinate representation of color #88CCF0: hue angle of 200.77º degrees, saturation: 0.78, 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 #88CCF0 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 204 | 240 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.06 |
| HSL | 200.77º | 0.78% | 0.74% | - |
| HSV(B) | 200.77º | 0.43% | 0.94% | - |
| XYZ | 47.47 | 54.71 | 90.5 | - |
| YUV | 187.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 240 | 0.43 | 0.15 | 0 | 0.06 | 200.77 | 0.78 | 0.74 |
| Hex | 88 | CC | F0 | 2B | F | 0 | 6 | C9 | 4E | 4A |
| Octal | 210 | 314 | 360 | 53 | 17 | 0 | 6 | 311 | 116 | 112 |
| Binary | 10001000 | 11001100 | 11110000 | 101011 | 1111 | 0 | 110 | 11001001 | 1001110 | 1001010 |
Color Harmonies of #88CCF0
Complementary color
Monochromatic Colors of #88CCF0
Black with #88CCF0
Text Example
Text Example
White with #88CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCF0; }
p { color: rgb(136,204,240); }
H1.HeaderClassName
{
color: #88CCF0;
}
.AnyTagClassName
{
color: #88CCF0;
}
</style>
background-color css
<style>
a { background-color: #88CCF0; }
a { background-color: rgb(136,204,240); }
div.DivClassName
{
background-color: #88CCF0;
}
.BgClassName
{
background-color: #88CCF0;
}
</style>
border-color css
<style>
span { border-color: #88CCF0; }
span { border-color: rgb(136,204,240); }
td.TdClassName
{
border-color: #88CCF0;
}
.TagClassName
{
border-color: #88CCF0;
}
</style>