Html Css Color HEX #9EC9FC Pale Cornflower Blue
📋 copy color: '#9EC9FC'red 158 ◦ green 201 ◦ blue 252
Shades of Pale Cornflower Blue #9EC9FC
Tints of Pale Cornflower Blue #9EC9FC
RGB
CMYK
RGB Variations
Color information
#9EC9FC (or 0x9EC9FC) is known color: Pale Cornflower Blue. HEX triplet: 9E, C9 and FC. RGB value is (158,201,252). Sum of RGB (Red+Green+Blue) = 158+201+252=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EC9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC9FC is #613603. Grayscale: #C1C1C1. Windows color (decimal): -6370820 or 16566686. OLE color: 16566686.
HSL color Cylindrical-coordinate representation of color #9EC9FC: hue angle of 212.55º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EC9FC is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 201 | 252 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.01 |
| HSL | 212.55º | 0.94% | 0.8% | - |
| HSV(B) | 212.55º | 0.37% | 0.99% | - |
| XYZ | 52.56 | 56.07 | 100.15 | - |
| YUV | 193.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 252 | 0.37 | 0.20 | 0 | 0.01 | 212.55 | 0.94 | 0.8 |
| Hex | 9E | C9 | FC | 25 | 14 | 0 | 1 | D5 | 5E | 50 |
| Octal | 236 | 311 | 374 | 45 | 24 | 0 | 1 | 325 | 136 | 120 |
| Binary | 10011110 | 11001001 | 11111100 | 100101 | 10100 | 0 | 1 | 11010101 | 1011110 | 1010000 |
Color Harmonies of #9EC9FC
Complementary color
Monochromatic Colors of #9EC9FC
Black with #9EC9FC
Text Example
Text Example
White with #9EC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC9FC; }
p { color: rgb(158,201,252); }
H1.HeaderClassName
{
color: #9EC9FC;
}
.AnyTagClassName
{
color: #9EC9FC;
}
</style>
background-color css
<style>
a { background-color: #9EC9FC; }
a { background-color: rgb(158,201,252); }
div.DivClassName
{
background-color: #9EC9FC;
}
.BgClassName
{
background-color: #9EC9FC;
}
</style>
border-color css
<style>
span { border-color: #9EC9FC; }
span { border-color: rgb(158,201,252); }
td.TdClassName
{
border-color: #9EC9FC;
}
.TagClassName
{
border-color: #9EC9FC;
}
</style>