Shades of Light Sky Blue #88C3FE
Tints of Light Sky Blue #88C3FE
RGB
CMYK
RGB Variations
Color information
#88C3FE (or 0x88C3FE) is known color: Light Sky Blue. HEX triplet: 88, C3 and FE. RGB value is (136,195,254). Sum of RGB (Red+Green+Blue) = 136+195+254=585 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.25% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #88C3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C3FE is #773C01. Grayscale: #B7B7B7. Windows color (decimal): -7814146 or 16696200. OLE color: 16696200.
HSL color Cylindrical-coordinate representation of color #88C3FE: hue angle of 210º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88C3FE is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 195 | 254 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.00 |
| HSL | 210º | 0.98% | 0.76% | - |
| HSV(B) | 210º | 0.46% | 1% | - |
| XYZ | 47.56 | 51.42 | 101.18 | - |
| YUV | 184.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 254 | 0.46 | 0.23 | 0 | 0.00 | 210 | 0.98 | 0.76 |
| Hex | 88 | C3 | FE | 2E | 17 | 0 | 0 | D2 | 62 | 4C |
| Octal | 210 | 303 | 376 | 56 | 27 | 0 | 0 | 322 | 142 | 114 |
| Binary | 10001000 | 11000011 | 11111110 | 101110 | 10111 | 0 | 0 | 11010010 | 1100010 | 1001100 |
Color Harmonies of #88C3FE
Complementary color
Monochromatic Colors of #88C3FE
Black with #88C3FE
Text Example
Text Example
White with #88C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C3FE; }
p { color: rgb(136,195,254); }
H1.HeaderClassName
{
color: #88C3FE;
}
.AnyTagClassName
{
color: #88C3FE;
}
</style>
background-color css
<style>
a { background-color: #88C3FE; }
a { background-color: rgb(136,195,254); }
div.DivClassName
{
background-color: #88C3FE;
}
.BgClassName
{
background-color: #88C3FE;
}
</style>
border-color css
<style>
span { border-color: #88C3FE; }
span { border-color: rgb(136,195,254); }
td.TdClassName
{
border-color: #88C3FE;
}
.TagClassName
{
border-color: #88C3FE;
}
</style>