Shades of Light Sky Blue #8FBEFF
Tints of Light Sky Blue #8FBEFF
RGB
CMYK
RGB Variations
Color information
#8FBEFF (or 0x8FBEFF) is known color: Light Sky Blue. HEX triplet: 8F, BE and FF. RGB value is (143,190,255). Sum of RGB (Red+Green+Blue) = 143+190+255=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FBEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBEFF is #704100. Grayscale: #B7B7B7. Windows color (decimal): -7356673 or 16760463. OLE color: 16760463.
HSL color Cylindrical-coordinate representation of color #8FBEFF: hue angle of 214.82º 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 #8FBEFF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 190 | 255 | - |
| CMYK | 0.44 | 0.25 | 0 | 0 |
| HSL | 214.82º | 1% | 0.78% | - |
| HSV(B) | 214.82º | 0.44% | 1% | - |
| XYZ | 47.79 | 49.89 | 101.72 | - |
| YUV | 183.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 255 | 0.44 | 0.25 | 0 | 0 | 214.82 | 1 | 0.78 |
| Hex | 8F | BE | FF | 2C | 19 | 0 | 0 | D7 | 64 | 4E |
| Octal | 217 | 276 | 377 | 54 | 31 | 0 | 0 | 327 | 144 | 116 |
| Binary | 10001111 | 10111110 | 11111111 | 101100 | 11001 | 0 | 0 | 11010111 | 1100100 | 1001110 |
Color Harmonies of #8FBEFF
Complementary color
Monochromatic Colors of #8FBEFF
Black with #8FBEFF
Text Example
Text Example
White with #8FBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEFF; }
p { color: rgb(143,190,255); }
H1.HeaderClassName
{
color: #8FBEFF;
}
.AnyTagClassName
{
color: #8FBEFF;
}
</style>
background-color css
<style>
a { background-color: #8FBEFF; }
a { background-color: rgb(143,190,255); }
div.DivClassName
{
background-color: #8FBEFF;
}
.BgClassName
{
background-color: #8FBEFF;
}
</style>
border-color css
<style>
span { border-color: #8FBEFF; }
span { border-color: rgb(143,190,255); }
td.TdClassName
{
border-color: #8FBEFF;
}
.TagClassName
{
border-color: #8FBEFF;
}
</style>