Shades of Light Sky Blue #8FBBF6
Tints of Light Sky Blue #8FBBF6
RGB
CMYK
RGB Variations
Color information
#8FBBF6 (or 0x8FBBF6) is known color: Light Sky Blue. HEX triplet: 8F, BB and F6. RGB value is (143,187,246). Sum of RGB (Red+Green+Blue) = 143+187+246=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #8FBBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBF6 is #704409. Grayscale: #B4B4B4. Windows color (decimal): -7357450 or 16169871. OLE color: 16169871.
HSL color Cylindrical-coordinate representation of color #8FBBF6: hue angle of 214.37º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FBBF6 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 187 | 246 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.04 |
| HSL | 214.37º | 0.85% | 0.76% | - |
| HSV(B) | 214.37º | 0.42% | 0.96% | - |
| XYZ | 45.73 | 48.03 | 94.05 | - |
| YUV | 180.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 246 | 0.42 | 0.24 | 0 | 0.04 | 214.37 | 0.85 | 0.76 |
| Hex | 8F | BB | F6 | 2A | 18 | 0 | 4 | D6 | 55 | 4C |
| Octal | 217 | 273 | 366 | 52 | 30 | 0 | 4 | 326 | 125 | 114 |
| Binary | 10001111 | 10111011 | 11110110 | 101010 | 11000 | 0 | 100 | 11010110 | 1010101 | 1001100 |
Color Harmonies of #8FBBF6
Complementary color
Monochromatic Colors of #8FBBF6
Black with #8FBBF6
Text Example
Text Example
White with #8FBBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBF6; }
p { color: rgb(143,187,246); }
H1.HeaderClassName
{
color: #8FBBF6;
}
.AnyTagClassName
{
color: #8FBBF6;
}
</style>
background-color css
<style>
a { background-color: #8FBBF6; }
a { background-color: rgb(143,187,246); }
div.DivClassName
{
background-color: #8FBBF6;
}
.BgClassName
{
background-color: #8FBBF6;
}
</style>
border-color css
<style>
span { border-color: #8FBBF6; }
span { border-color: rgb(143,187,246); }
td.TdClassName
{
border-color: #8FBBF6;
}
.TagClassName
{
border-color: #8FBBF6;
}
</style>