Shades of Light Sky Blue #88BCF2
Tints of Light Sky Blue #88BCF2
RGB
CMYK
RGB Variations
Color information
#88BCF2 (or 0x88BCF2) is known color: Light Sky Blue. HEX triplet: 88, BC and F2. RGB value is (136,188,242). Sum of RGB (Red+Green+Blue) = 136+188+242=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #88BCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BCF2 is #77430D. Grayscale: #B2B2B2. Windows color (decimal): -7815950 or 15907976. OLE color: 15907976.
HSL color Cylindrical-coordinate representation of color #88BCF2: hue angle of 210.57º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88BCF2 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 188 | 242 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.05 |
| HSL | 210.57º | 0.8% | 0.74% | - |
| HSV(B) | 210.57º | 0.44% | 0.95% | - |
| XYZ | 44.16 | 47.61 | 90.87 | - |
| YUV | 178.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 242 | 0.44 | 0.22 | 0 | 0.05 | 210.57 | 0.8 | 0.74 |
| Hex | 88 | BC | F2 | 2C | 16 | 0 | 5 | D3 | 50 | 4A |
| Octal | 210 | 274 | 362 | 54 | 26 | 0 | 5 | 323 | 120 | 112 |
| Binary | 10001000 | 10111100 | 11110010 | 101100 | 10110 | 0 | 101 | 11010011 | 1010000 | 1001010 |
Color Harmonies of #88BCF2
Complementary color
Monochromatic Colors of #88BCF2
Black with #88BCF2
Text Example
Text Example
White with #88BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCF2; }
p { color: rgb(136,188,242); }
H1.HeaderClassName
{
color: #88BCF2;
}
.AnyTagClassName
{
color: #88BCF2;
}
</style>
background-color css
<style>
a { background-color: #88BCF2; }
a { background-color: rgb(136,188,242); }
div.DivClassName
{
background-color: #88BCF2;
}
.BgClassName
{
background-color: #88BCF2;
}
</style>
border-color css
<style>
span { border-color: #88BCF2; }
span { border-color: rgb(136,188,242); }
td.TdClassName
{
border-color: #88BCF2;
}
.TagClassName
{
border-color: #88BCF2;
}
</style>