Shades of Light Sky Blue #88BFF6
Tints of Light Sky Blue #88BFF6
RGB
CMYK
RGB Variations
Color information
#88BFF6 (or 0x88BFF6) is known color: Light Sky Blue. HEX triplet: 88, BF and F6. RGB value is (136,191,246). Sum of RGB (Red+Green+Blue) = 136+191+246=573 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.73% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #88BFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BFF6 is #774009. Grayscale: #B4B4B4. Windows color (decimal): -7815178 or 16170888. OLE color: 16170888.
HSL color Cylindrical-coordinate representation of color #88BFF6: hue angle of 210º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88BFF6 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 191 | 246 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.04 |
| HSL | 210º | 0.86% | 0.75% | - |
| HSV(B) | 210º | 0.45% | 0.96% | - |
| XYZ | 45.42 | 49.15 | 94.28 | - |
| YUV | 180.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 246 | 0.45 | 0.22 | 0 | 0.04 | 210 | 0.86 | 0.75 |
| Hex | 88 | BF | F6 | 2D | 16 | 0 | 4 | D2 | 56 | 4B |
| Octal | 210 | 277 | 366 | 55 | 26 | 0 | 4 | 322 | 126 | 113 |
| Binary | 10001000 | 10111111 | 11110110 | 101101 | 10110 | 0 | 100 | 11010010 | 1010110 | 1001011 |
Color Harmonies of #88BFF6
Complementary color
Monochromatic Colors of #88BFF6
Black with #88BFF6
Text Example
Text Example
White with #88BFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFF6; }
p { color: rgb(136,191,246); }
H1.HeaderClassName
{
color: #88BFF6;
}
.AnyTagClassName
{
color: #88BFF6;
}
</style>
background-color css
<style>
a { background-color: #88BFF6; }
a { background-color: rgb(136,191,246); }
div.DivClassName
{
background-color: #88BFF6;
}
.BgClassName
{
background-color: #88BFF6;
}
</style>
border-color css
<style>
span { border-color: #88BFF6; }
span { border-color: rgb(136,191,246); }
td.TdClassName
{
border-color: #88BFF6;
}
.TagClassName
{
border-color: #88BFF6;
}
</style>