Shades of Light Sky Blue #88CCF2
Tints of Light Sky Blue #88CCF2
RGB
CMYK
RGB Variations
Color information
#88CCF2 (or 0x88CCF2) is known color: Light Sky Blue. HEX triplet: 88, CC and F2. RGB value is (136,204,242). Sum of RGB (Red+Green+Blue) = 136+204+242=582 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.37% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #88CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CCF2 is #77330D. Grayscale: #BBBBBB. Windows color (decimal): -7811854 or 15912072. OLE color: 15912072.
HSL color Cylindrical-coordinate representation of color #88CCF2: hue angle of 201.51º 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 #88CCF2 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 204 | 242 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.05 |
| HSL | 201.51º | 0.8% | 0.74% | - |
| HSV(B) | 201.51º | 0.44% | 0.95% | - |
| XYZ | 47.77 | 54.83 | 92.07 | - |
| YUV | 188 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 242 | 0.44 | 0.16 | 0 | 0.05 | 201.51 | 0.8 | 0.74 |
| Hex | 88 | CC | F2 | 2C | 10 | 0 | 5 | CA | 50 | 4A |
| Octal | 210 | 314 | 362 | 54 | 20 | 0 | 5 | 312 | 120 | 112 |
| Binary | 10001000 | 11001100 | 11110010 | 101100 | 10000 | 0 | 101 | 11001010 | 1010000 | 1001010 |
Color Harmonies of #88CCF2
Complementary color
Monochromatic Colors of #88CCF2
Black with #88CCF2
Text Example
Text Example
White with #88CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCF2; }
p { color: rgb(136,204,242); }
H1.HeaderClassName
{
color: #88CCF2;
}
.AnyTagClassName
{
color: #88CCF2;
}
</style>
background-color css
<style>
a { background-color: #88CCF2; }
a { background-color: rgb(136,204,242); }
div.DivClassName
{
background-color: #88CCF2;
}
.BgClassName
{
background-color: #88CCF2;
}
</style>
border-color css
<style>
span { border-color: #88CCF2; }
span { border-color: rgb(136,204,242); }
td.TdClassName
{
border-color: #88CCF2;
}
.TagClassName
{
border-color: #88CCF2;
}
</style>