Shades of Sky Blue #88CAE1
Tints of Sky Blue #88CAE1
RGB
CMYK
RGB Variations
Color information
#88CAE1 (or 0x88CAE1) is known color: Sky Blue. HEX triplet: 88, CA and E1. RGB value is (136,202,225). Sum of RGB (Red+Green+Blue) = 136+202+225=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #88CAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CAE1 is #77351E. Grayscale: #B8B8B8. Windows color (decimal): -7812383 or 14797448. OLE color: 14797448.
HSL color Cylindrical-coordinate representation of color #88CAE1: hue angle of 195.51º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88CAE1 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 202 | 225 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.12 |
| HSL | 195.51º | 0.6% | 0.71% | - |
| HSV(B) | 195.51º | 0.4% | 0.88% | - |
| XYZ | 44.86 | 52.91 | 79.08 | - |
| YUV | 184.89 | 150.63 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 225 | 0.40 | 0.10 | 0 | 0.12 | 195.51 | 0.6 | 0.71 |
| Hex | 88 | CA | E1 | 28 | A | 0 | C | C4 | 3C | 47 |
| Octal | 210 | 312 | 341 | 50 | 12 | 0 | 14 | 304 | 74 | 107 |
| Binary | 10001000 | 11001010 | 11100001 | 101000 | 1010 | 0 | 1100 | 11000100 | 111100 | 1000111 |
Color Harmonies of #88CAE1
Complementary color
Monochromatic Colors of #88CAE1
Black with #88CAE1
Text Example
Text Example
White with #88CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CAE1; }
p { color: rgb(136,202,225); }
H1.HeaderClassName
{
color: #88CAE1;
}
.AnyTagClassName
{
color: #88CAE1;
}
</style>
background-color css
<style>
a { background-color: #88CAE1; }
a { background-color: rgb(136,202,225); }
div.DivClassName
{
background-color: #88CAE1;
}
.BgClassName
{
background-color: #88CAE1;
}
</style>
border-color css
<style>
span { border-color: #88CAE1; }
span { border-color: rgb(136,202,225); }
td.TdClassName
{
border-color: #88CAE1;
}
.TagClassName
{
border-color: #88CAE1;
}
</style>