Shades of Light Sky Blue #8FCAFE
Tints of Light Sky Blue #8FCAFE
RGB
CMYK
RGB Variations
Color information
#8FCAFE (or 0x8FCAFE) is known color: Light Sky Blue. HEX triplet: 8F, CA and FE. RGB value is (143,202,254). Sum of RGB (Red+Green+Blue) = 143+202+254=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAFE is #703501. Grayscale: #BEBEBE. Windows color (decimal): -7353602 or 16697999. OLE color: 16697999.
HSL color Cylindrical-coordinate representation of color #8FCAFE: hue angle of 208.11º 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 #8FCAFE is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 202 | 254 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.00 |
| HSL | 208.11º | 0.98% | 0.78% | - |
| HSV(B) | 208.11º | 0.44% | 1% | - |
| XYZ | 50.34 | 55.24 | 101.77 | - |
| YUV | 190.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 254 | 0.44 | 0.20 | 0 | 0.00 | 208.11 | 0.98 | 0.78 |
| Hex | 8F | CA | FE | 2C | 14 | 0 | 0 | D0 | 62 | 4E |
| Octal | 217 | 312 | 376 | 54 | 24 | 0 | 0 | 320 | 142 | 116 |
| Binary | 10001111 | 11001010 | 11111110 | 101100 | 10100 | 0 | 0 | 11010000 | 1100010 | 1001110 |
Color Harmonies of #8FCAFE
Complementary color
Monochromatic Colors of #8FCAFE
Black with #8FCAFE
Text Example
Text Example
White with #8FCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAFE; }
p { color: rgb(143,202,254); }
H1.HeaderClassName
{
color: #8FCAFE;
}
.AnyTagClassName
{
color: #8FCAFE;
}
</style>
background-color css
<style>
a { background-color: #8FCAFE; }
a { background-color: rgb(143,202,254); }
div.DivClassName
{
background-color: #8FCAFE;
}
.BgClassName
{
background-color: #8FCAFE;
}
</style>
border-color css
<style>
span { border-color: #8FCAFE; }
span { border-color: rgb(143,202,254); }
td.TdClassName
{
border-color: #8FCAFE;
}
.TagClassName
{
border-color: #8FCAFE;
}
</style>