Shades of Sky Blue #88DBEC
Tints of Sky Blue #88DBEC
RGB
CMYK
RGB Variations
Color information
#88DBEC (or 0x88DBEC) is known color: Sky Blue. HEX triplet: 88, DB and EC. RGB value is (136,219,236). Sum of RGB (Red+Green+Blue) = 136+219+236=591 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.01% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #88DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DBEC is #772413. Grayscale: #C3C3C3. Windows color (decimal): -7808020 or 15522696. OLE color: 15522696.
HSL color Cylindrical-coordinate representation of color #88DBEC: hue angle of 190.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88DBEC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 219 | 236 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.07 |
| HSL | 190.2º | 0.72% | 0.73% | - |
| HSV(B) | 190.2º | 0.42% | 0.93% | - |
| XYZ | 50.63 | 61.95 | 88.65 | - |
| YUV | 196.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 236 | 0.42 | 0.07 | 0 | 0.07 | 190.2 | 0.72 | 0.73 |
| Hex | 88 | DB | EC | 2A | 7 | 0 | 7 | BE | 48 | 49 |
| Octal | 210 | 333 | 354 | 52 | 7 | 0 | 7 | 276 | 110 | 111 |
| Binary | 10001000 | 11011011 | 11101100 | 101010 | 111 | 0 | 111 | 10111110 | 1001000 | 1001001 |
Color Harmonies of #88DBEC
Complementary color
Monochromatic Colors of #88DBEC
Black with #88DBEC
Text Example
Text Example
White with #88DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBEC; }
p { color: rgb(136,219,236); }
H1.HeaderClassName
{
color: #88DBEC;
}
.AnyTagClassName
{
color: #88DBEC;
}
</style>
background-color css
<style>
a { background-color: #88DBEC; }
a { background-color: rgb(136,219,236); }
div.DivClassName
{
background-color: #88DBEC;
}
.BgClassName
{
background-color: #88DBEC;
}
</style>
border-color css
<style>
span { border-color: #88DBEC; }
span { border-color: rgb(136,219,236); }
td.TdClassName
{
border-color: #88DBEC;
}
.TagClassName
{
border-color: #88DBEC;
}
</style>