Shades of Light Sky Blue #8FCEFA
Tints of Light Sky Blue #8FCEFA
RGB
CMYK
RGB Variations
Color information
#8FCEFA (or 0x8FCEFA) is known color: Light Sky Blue. HEX triplet: 8F, CE and FA. RGB value is (143,206,250). Sum of RGB (Red+Green+Blue) = 143+206+250=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FCEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCEFA is #703105. Grayscale: #BFBFBF. Windows color (decimal): -7352582 or 16436879. OLE color: 16436879.
HSL color Cylindrical-coordinate representation of color #8FCEFA: hue angle of 204.67º 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 #8FCEFA is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 206 | 250 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.02 |
| HSL | 204.67º | 0.91% | 0.77% | - |
| HSV(B) | 204.67º | 0.43% | 0.98% | - |
| XYZ | 50.65 | 56.88 | 98.75 | - |
| YUV | 192.18 | 160.63 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 250 | 0.43 | 0.18 | 0 | 0.02 | 204.67 | 0.91 | 0.77 |
| Hex | 8F | CE | FA | 2B | 12 | 0 | 2 | CD | 5B | 4D |
| Octal | 217 | 316 | 372 | 53 | 22 | 0 | 2 | 315 | 133 | 115 |
| Binary | 10001111 | 11001110 | 11111010 | 101011 | 10010 | 0 | 10 | 11001101 | 1011011 | 1001101 |
Color Harmonies of #8FCEFA
Complementary color
Monochromatic Colors of #8FCEFA
Black with #8FCEFA
Text Example
Text Example
White with #8FCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEFA; }
p { color: rgb(143,206,250); }
H1.HeaderClassName
{
color: #8FCEFA;
}
.AnyTagClassName
{
color: #8FCEFA;
}
</style>
background-color css
<style>
a { background-color: #8FCEFA; }
a { background-color: rgb(143,206,250); }
div.DivClassName
{
background-color: #8FCEFA;
}
.BgClassName
{
background-color: #8FCEFA;
}
</style>
border-color css
<style>
span { border-color: #8FCEFA; }
span { border-color: rgb(143,206,250); }
td.TdClassName
{
border-color: #8FCEFA;
}
.TagClassName
{
border-color: #8FCEFA;
}
</style>