Shades of Light Sky Blue #8FB4FE
Tints of Light Sky Blue #8FB4FE
RGB
CMYK
RGB Variations
Color information
#8FB4FE (or 0x8FB4FE) is known color: Light Sky Blue. HEX triplet: 8F, B4 and FE. RGB value is (143,180,254). Sum of RGB (Red+Green+Blue) = 143+180+254=577 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.78% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FB4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB4FE is #704B01. Grayscale: #B1B1B1. Windows color (decimal): -7359234 or 16692367. OLE color: 16692367.
HSL color Cylindrical-coordinate representation of color #8FB4FE: hue angle of 220º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FB4FE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 180 | 254 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.00 |
| HSL | 220º | 0.98% | 0.78% | - |
| HSV(B) | 220º | 0.44% | 1% | - |
| XYZ | 45.54 | 45.64 | 100.17 | - |
| YUV | 177.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 254 | 0.44 | 0.29 | 0 | 0.00 | 220 | 0.98 | 0.78 |
| Hex | 8F | B4 | FE | 2C | 1D | 0 | 0 | DC | 62 | 4E |
| Octal | 217 | 264 | 376 | 54 | 35 | 0 | 0 | 334 | 142 | 116 |
| Binary | 10001111 | 10110100 | 11111110 | 101100 | 11101 | 0 | 0 | 11011100 | 1100010 | 1001110 |
Color Harmonies of #8FB4FE
Complementary color
Monochromatic Colors of #8FB4FE
Black with #8FB4FE
Text Example
Text Example
White with #8FB4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4FE; }
p { color: rgb(143,180,254); }
H1.HeaderClassName
{
color: #8FB4FE;
}
.AnyTagClassName
{
color: #8FB4FE;
}
</style>
background-color css
<style>
a { background-color: #8FB4FE; }
a { background-color: rgb(143,180,254); }
div.DivClassName
{
background-color: #8FB4FE;
}
.BgClassName
{
background-color: #8FB4FE;
}
</style>
border-color css
<style>
span { border-color: #8FB4FE; }
span { border-color: rgb(143,180,254); }
td.TdClassName
{
border-color: #8FB4FE;
}
.TagClassName
{
border-color: #8FB4FE;
}
</style>