Shades of Sky Blue #88CDF0
Tints of Sky Blue #88CDF0
RGB
CMYK
RGB Variations
Color information
#88CDF0 (or 0x88CDF0) is known color: Sky Blue. HEX triplet: 88, CD and F0. RGB value is (136,205,240). Sum of RGB (Red+Green+Blue) = 136+205+240=581 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.41% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #88CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CDF0 is #77320F. Grayscale: #BCBCBC. Windows color (decimal): -7811600 or 15781256. OLE color: 15781256.
HSL color Cylindrical-coordinate representation of color #88CDF0: hue angle of 200.19º 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 #88CDF0 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 205 | 240 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.06 |
| HSL | 200.19º | 0.78% | 0.74% | - |
| HSV(B) | 200.19º | 0.43% | 0.94% | - |
| XYZ | 47.71 | 55.19 | 90.58 | - |
| YUV | 188.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 240 | 0.43 | 0.15 | 0 | 0.06 | 200.19 | 0.78 | 0.74 |
| Hex | 88 | CD | F0 | 2B | F | 0 | 6 | C8 | 4E | 4A |
| Octal | 210 | 315 | 360 | 53 | 17 | 0 | 6 | 310 | 116 | 112 |
| Binary | 10001000 | 11001101 | 11110000 | 101011 | 1111 | 0 | 110 | 11001000 | 1001110 | 1001010 |
Color Harmonies of #88CDF0
Complementary color
Monochromatic Colors of #88CDF0
Black with #88CDF0
Text Example
Text Example
White with #88CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDF0; }
p { color: rgb(136,205,240); }
H1.HeaderClassName
{
color: #88CDF0;
}
.AnyTagClassName
{
color: #88CDF0;
}
</style>
background-color css
<style>
a { background-color: #88CDF0; }
a { background-color: rgb(136,205,240); }
div.DivClassName
{
background-color: #88CDF0;
}
.BgClassName
{
background-color: #88CDF0;
}
</style>
border-color css
<style>
span { border-color: #88CDF0; }
span { border-color: rgb(136,205,240); }
td.TdClassName
{
border-color: #88CDF0;
}
.TagClassName
{
border-color: #88CDF0;
}
</style>