Shades of Light Sky Blue #8FB9FA
Tints of Light Sky Blue #8FB9FA
RGB
CMYK
RGB Variations
Color information
#8FB9FA (or 0x8FB9FA) is known color: Light Sky Blue. HEX triplet: 8F, B9 and FA. RGB value is (143,185,250). Sum of RGB (Red+Green+Blue) = 143+185+250=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9FA is #704605. Grayscale: #B3B3B3. Windows color (decimal): -7357958 or 16431503. OLE color: 16431503.
HSL color Cylindrical-coordinate representation of color #8FB9FA: hue angle of 216.45º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FB9FA is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 185 | 250 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.02 |
| HSL | 216.45º | 0.91% | 0.77% | - |
| HSV(B) | 216.45º | 0.43% | 0.98% | - |
| XYZ | 45.93 | 47.44 | 97.18 | - |
| YUV | 179.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 250 | 0.43 | 0.26 | 0 | 0.02 | 216.45 | 0.91 | 0.77 |
| Hex | 8F | B9 | FA | 2B | 1A | 0 | 2 | D8 | 5B | 4D |
| Octal | 217 | 271 | 372 | 53 | 32 | 0 | 2 | 330 | 133 | 115 |
| Binary | 10001111 | 10111001 | 11111010 | 101011 | 11010 | 0 | 10 | 11011000 | 1011011 | 1001101 |
Color Harmonies of #8FB9FA
Complementary color
Monochromatic Colors of #8FB9FA
Black with #8FB9FA
Text Example
Text Example
White with #8FB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB9FA; }
p { color: rgb(143,185,250); }
H1.HeaderClassName
{
color: #8FB9FA;
}
.AnyTagClassName
{
color: #8FB9FA;
}
</style>
background-color css
<style>
a { background-color: #8FB9FA; }
a { background-color: rgb(143,185,250); }
div.DivClassName
{
background-color: #8FB9FA;
}
.BgClassName
{
background-color: #8FB9FA;
}
</style>
border-color css
<style>
span { border-color: #8FB9FA; }
span { border-color: rgb(143,185,250); }
td.TdClassName
{
border-color: #8FB9FA;
}
.TagClassName
{
border-color: #8FB9FA;
}
</style>