Shades of Light Sky Blue #88C8F7
Tints of Light Sky Blue #88C8F7
RGB
CMYK
RGB Variations
Color information
#88C8F7 (or 0x88C8F7) is known color: Light Sky Blue. HEX triplet: 88, C8 and F7. RGB value is (136,200,247). Sum of RGB (Red+Green+Blue) = 136+200+247=583 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.33% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #88C8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C8F7 is #773708. Grayscale: #B9B9B9. Windows color (decimal): -7812873 or 16238728. OLE color: 16238728.
HSL color Cylindrical-coordinate representation of color #88C8F7: hue angle of 205.41º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88C8F7 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 200 | 247 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.03 |
| HSL | 205.41º | 0.87% | 0.75% | - |
| HSV(B) | 205.41º | 0.45% | 0.97% | - |
| XYZ | 47.6 | 53.26 | 95.77 | - |
| YUV | 186.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 247 | 0.45 | 0.19 | 0 | 0.03 | 205.41 | 0.87 | 0.75 |
| Hex | 88 | C8 | F7 | 2D | 13 | 0 | 3 | CD | 57 | 4B |
| Octal | 210 | 310 | 367 | 55 | 23 | 0 | 3 | 315 | 127 | 113 |
| Binary | 10001000 | 11001000 | 11110111 | 101101 | 10011 | 0 | 11 | 11001101 | 1010111 | 1001011 |
Color Harmonies of #88C8F7
Complementary color
Monochromatic Colors of #88C8F7
Black with #88C8F7
Text Example
Text Example
White with #88C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C8F7; }
p { color: rgb(136,200,247); }
H1.HeaderClassName
{
color: #88C8F7;
}
.AnyTagClassName
{
color: #88C8F7;
}
</style>
background-color css
<style>
a { background-color: #88C8F7; }
a { background-color: rgb(136,200,247); }
div.DivClassName
{
background-color: #88C8F7;
}
.BgClassName
{
background-color: #88C8F7;
}
</style>
border-color css
<style>
span { border-color: #88C8F7; }
span { border-color: rgb(136,200,247); }
td.TdClassName
{
border-color: #88C8F7;
}
.TagClassName
{
border-color: #88C8F7;
}
</style>