Shades of Light Sky Blue #88DCFE
Tints of Light Sky Blue #88DCFE
RGB
CMYK
RGB Variations
Color information
#88DCFE (or 0x88DCFE) is known color: Light Sky Blue. HEX triplet: 88, DC and FE. RGB value is (136,220,254). Sum of RGB (Red+Green+Blue) = 136+220+254=610 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.30% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #88DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DCFE is #772301. Grayscale: #C6C6C6. Windows color (decimal): -7807746 or 16702600. OLE color: 16702600.
HSL color Cylindrical-coordinate representation of color #88DCFE: hue angle of 197.29º 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 #88DCFE is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 220 | 254 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.00 |
| HSL | 197.29º | 0.98% | 0.76% | - |
| HSV(B) | 197.29º | 0.46% | 1% | - |
| XYZ | 53.64 | 63.58 | 103.21 | - |
| YUV | 198.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 254 | 0.46 | 0.13 | 0 | 0.00 | 197.29 | 0.98 | 0.76 |
| Hex | 88 | DC | FE | 2E | D | 0 | 0 | C5 | 62 | 4C |
| Octal | 210 | 334 | 376 | 56 | 15 | 0 | 0 | 305 | 142 | 114 |
| Binary | 10001000 | 11011100 | 11111110 | 101110 | 1101 | 0 | 0 | 11000101 | 1100010 | 1001100 |
Color Harmonies of #88DCFE
Complementary color
Monochromatic Colors of #88DCFE
Black with #88DCFE
Text Example
Text Example
White with #88DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCFE; }
p { color: rgb(136,220,254); }
H1.HeaderClassName
{
color: #88DCFE;
}
.AnyTagClassName
{
color: #88DCFE;
}
</style>
background-color css
<style>
a { background-color: #88DCFE; }
a { background-color: rgb(136,220,254); }
div.DivClassName
{
background-color: #88DCFE;
}
.BgClassName
{
background-color: #88DCFE;
}
</style>
border-color css
<style>
span { border-color: #88DCFE; }
span { border-color: rgb(136,220,254); }
td.TdClassName
{
border-color: #88DCFE;
}
.TagClassName
{
border-color: #88DCFE;
}
</style>