Shades of Light Sky Blue #8FB7FF
Tints of Light Sky Blue #8FB7FF
RGB
CMYK
RGB Variations
Color information
#8FB7FF (or 0x8FB7FF) is known color: Light Sky Blue. HEX triplet: 8F, B7 and FF. RGB value is (143,183,255). Sum of RGB (Red+Green+Blue) = 143+183+255=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB7FF is #704800. Grayscale: #B2B2B2. Windows color (decimal): -7358465 or 16758671. OLE color: 16758671.
HSL color Cylindrical-coordinate representation of color #8FB7FF: hue angle of 218.57º 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 #8FB7FF is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 183 | 255 | - |
| CMYK | 0.44 | 0.28 | 0 | 0 |
| HSL | 218.57º | 1% | 0.78% | - |
| HSV(B) | 218.57º | 0.44% | 1% | - |
| XYZ | 46.31 | 46.93 | 101.22 | - |
| YUV | 179.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 255 | 0.44 | 0.28 | 0 | 0 | 218.57 | 1 | 0.78 |
| Hex | 8F | B7 | FF | 2C | 1C | 0 | 0 | DB | 64 | 4E |
| Octal | 217 | 267 | 377 | 54 | 34 | 0 | 0 | 333 | 144 | 116 |
| Binary | 10001111 | 10110111 | 11111111 | 101100 | 11100 | 0 | 0 | 11011011 | 1100100 | 1001110 |
Color Harmonies of #8FB7FF
Complementary color
Monochromatic Colors of #8FB7FF
Black with #8FB7FF
Text Example
Text Example
White with #8FB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7FF; }
p { color: rgb(143,183,255); }
H1.HeaderClassName
{
color: #8FB7FF;
}
.AnyTagClassName
{
color: #8FB7FF;
}
</style>
background-color css
<style>
a { background-color: #8FB7FF; }
a { background-color: rgb(143,183,255); }
div.DivClassName
{
background-color: #8FB7FF;
}
.BgClassName
{
background-color: #8FB7FF;
}
</style>
border-color css
<style>
span { border-color: #8FB7FF; }
span { border-color: rgb(143,183,255); }
td.TdClassName
{
border-color: #8FB7FF;
}
.TagClassName
{
border-color: #8FB7FF;
}
</style>