Shades of Light Sky Blue #8FCFFA
Tints of Light Sky Blue #8FCFFA
RGB
CMYK
RGB Variations
Color information
#8FCFFA (or 0x8FCFFA) is known color: Light Sky Blue. HEX triplet: 8F, CF and FA. RGB value is (143,207,250). Sum of RGB (Red+Green+Blue) = 143+207+250=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FCFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFFA is #703005. Grayscale: #C0C0C0. Windows color (decimal): -7352326 or 16437135. OLE color: 16437135.
HSL color Cylindrical-coordinate representation of color #8FCFFA: hue angle of 204.11º 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 #8FCFFA is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 207 | 250 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.02 |
| HSL | 204.11º | 0.91% | 0.77% | - |
| HSV(B) | 204.11º | 0.43% | 0.98% | - |
| XYZ | 50.9 | 57.37 | 98.83 | - |
| YUV | 192.77 | 160.3 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 250 | 0.43 | 0.17 | 0 | 0.02 | 204.11 | 0.91 | 0.77 |
| Hex | 8F | CF | FA | 2B | 11 | 0 | 2 | CC | 5B | 4D |
| Octal | 217 | 317 | 372 | 53 | 21 | 0 | 2 | 314 | 133 | 115 |
| Binary | 10001111 | 11001111 | 11111010 | 101011 | 10001 | 0 | 10 | 11001100 | 1011011 | 1001101 |
Color Harmonies of #8FCFFA
Complementary color
Monochromatic Colors of #8FCFFA
Black with #8FCFFA
Text Example
Text Example
White with #8FCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFFA; }
p { color: rgb(143,207,250); }
H1.HeaderClassName
{
color: #8FCFFA;
}
.AnyTagClassName
{
color: #8FCFFA;
}
</style>
background-color css
<style>
a { background-color: #8FCFFA; }
a { background-color: rgb(143,207,250); }
div.DivClassName
{
background-color: #8FCFFA;
}
.BgClassName
{
background-color: #8FCFFA;
}
</style>
border-color css
<style>
span { border-color: #8FCFFA; }
span { border-color: rgb(143,207,250); }
td.TdClassName
{
border-color: #8FCFFA;
}
.TagClassName
{
border-color: #8FCFFA;
}
</style>