Shades of Light Sky Blue #8FB4FA
Tints of Light Sky Blue #8FB4FA
RGB
CMYK
RGB Variations
Color information
#8FB4FA (or 0x8FB4FA) is known color: Light Sky Blue. HEX triplet: 8F, B4 and FA. RGB value is (143,180,250). Sum of RGB (Red+Green+Blue) = 143+180+250=573 (75% of max value = 765). Red value is 143 (56.25% from 255 or 24.96% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB4FA is #704B05. Grayscale: #B0B0B0. Windows color (decimal): -7359238 or 16430223. OLE color: 16430223.
HSL color Cylindrical-coordinate representation of color #8FB4FA: hue angle of 219.25º 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 #8FB4FA is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 180 | 250 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.02 |
| HSL | 219.25º | 0.91% | 0.77% | - |
| HSV(B) | 219.25º | 0.43% | 0.98% | - |
| XYZ | 44.9 | 45.38 | 96.84 | - |
| YUV | 176.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 250 | 0.43 | 0.28 | 0 | 0.02 | 219.25 | 0.91 | 0.77 |
| Hex | 8F | B4 | FA | 2B | 1C | 0 | 2 | DB | 5B | 4D |
| Octal | 217 | 264 | 372 | 53 | 34 | 0 | 2 | 333 | 133 | 115 |
| Binary | 10001111 | 10110100 | 11111010 | 101011 | 11100 | 0 | 10 | 11011011 | 1011011 | 1001101 |
Color Harmonies of #8FB4FA
Complementary color
Monochromatic Colors of #8FB4FA
Black with #8FB4FA
Text Example
Text Example
White with #8FB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4FA; }
p { color: rgb(143,180,250); }
H1.HeaderClassName
{
color: #8FB4FA;
}
.AnyTagClassName
{
color: #8FB4FA;
}
</style>
background-color css
<style>
a { background-color: #8FB4FA; }
a { background-color: rgb(143,180,250); }
div.DivClassName
{
background-color: #8FB4FA;
}
.BgClassName
{
background-color: #8FB4FA;
}
</style>
border-color css
<style>
span { border-color: #8FB4FA; }
span { border-color: rgb(143,180,250); }
td.TdClassName
{
border-color: #8FB4FA;
}
.TagClassName
{
border-color: #8FB4FA;
}
</style>