Shades of Light Sky Blue #8FBBFF
Tints of Light Sky Blue #8FBBFF
RGB
CMYK
RGB Variations
Color information
#8FBBFF (or 0x8FBBFF) is known color: Light Sky Blue. HEX triplet: 8F, BB and FF. RGB value is (143,187,255). Sum of RGB (Red+Green+Blue) = 143+187+255=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FBBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBFF is #704400. Grayscale: #B5B5B5. Windows color (decimal): -7357441 or 16759695. OLE color: 16759695.
HSL color Cylindrical-coordinate representation of color #8FBBFF: hue angle of 216.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FBBFF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 187 | 255 | - |
| CMYK | 0.44 | 0.27 | 0 | 0 |
| HSL | 216.43º | 1% | 0.78% | - |
| HSV(B) | 216.43º | 0.44% | 1% | - |
| XYZ | 47.15 | 48.6 | 101.5 | - |
| YUV | 181.6 | 169.42 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 255 | 0.44 | 0.27 | 0 | 0 | 216.43 | 1 | 0.78 |
| Hex | 8F | BB | FF | 2C | 1B | 0 | 0 | D8 | 64 | 4E |
| Octal | 217 | 273 | 377 | 54 | 33 | 0 | 0 | 330 | 144 | 116 |
| Binary | 10001111 | 10111011 | 11111111 | 101100 | 11011 | 0 | 0 | 11011000 | 1100100 | 1001110 |
Color Harmonies of #8FBBFF
Complementary color
Monochromatic Colors of #8FBBFF
Black with #8FBBFF
Text Example
Text Example
White with #8FBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBFF; }
p { color: rgb(143,187,255); }
H1.HeaderClassName
{
color: #8FBBFF;
}
.AnyTagClassName
{
color: #8FBBFF;
}
</style>
background-color css
<style>
a { background-color: #8FBBFF; }
a { background-color: rgb(143,187,255); }
div.DivClassName
{
background-color: #8FBBFF;
}
.BgClassName
{
background-color: #8FBBFF;
}
</style>
border-color css
<style>
span { border-color: #8FBBFF; }
span { border-color: rgb(143,187,255); }
td.TdClassName
{
border-color: #8FBBFF;
}
.TagClassName
{
border-color: #8FBBFF;
}
</style>