Shades of Light Sky Blue #88C7FE
Tints of Light Sky Blue #88C7FE
RGB
CMYK
RGB Variations
Color information
#88C7FE (or 0x88C7FE) is known color: Light Sky Blue. HEX triplet: 88, C7 and FE. RGB value is (136,199,254). Sum of RGB (Red+Green+Blue) = 136+199+254=589 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.09% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #88C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C7FE is #773801. Grayscale: #BABABA. Windows color (decimal): -7813122 or 16697224. OLE color: 16697224.
HSL color Cylindrical-coordinate representation of color #88C7FE: hue angle of 207.97º 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 #88C7FE is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 199 | 254 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.00 |
| HSL | 207.97º | 0.98% | 0.76% | - |
| HSV(B) | 207.97º | 0.46% | 1% | - |
| XYZ | 48.47 | 53.24 | 101.49 | - |
| YUV | 186.43 | 166.13 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 199 | 254 | 0.46 | 0.22 | 0 | 0.00 | 207.97 | 0.98 | 0.76 |
| Hex | 88 | C7 | FE | 2E | 16 | 0 | 0 | D0 | 62 | 4C |
| Octal | 210 | 307 | 376 | 56 | 26 | 0 | 0 | 320 | 142 | 114 |
| Binary | 10001000 | 11000111 | 11111110 | 101110 | 10110 | 0 | 0 | 11010000 | 1100010 | 1001100 |
Color Harmonies of #88C7FE
Complementary color
Monochromatic Colors of #88C7FE
Black with #88C7FE
Text Example
Text Example
White with #88C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C7FE; }
p { color: rgb(136,199,254); }
H1.HeaderClassName
{
color: #88C7FE;
}
.AnyTagClassName
{
color: #88C7FE;
}
</style>
background-color css
<style>
a { background-color: #88C7FE; }
a { background-color: rgb(136,199,254); }
div.DivClassName
{
background-color: #88C7FE;
}
.BgClassName
{
background-color: #88C7FE;
}
</style>
border-color css
<style>
span { border-color: #88C7FE; }
span { border-color: rgb(136,199,254); }
td.TdClassName
{
border-color: #88C7FE;
}
.TagClassName
{
border-color: #88C7FE;
}
</style>