Html Css Color HEX #9EC0FC Pale Cornflower Blue
📋 copy color: '#9EC0FC'red 158 ◦ green 192 ◦ blue 252
Shades of Pale Cornflower Blue #9EC0FC
Tints of Pale Cornflower Blue #9EC0FC
RGB
CMYK
RGB Variations
Color information
#9EC0FC (or 0x9EC0FC) is known color: Pale Cornflower Blue. HEX triplet: 9E, C0 and FC. RGB value is (158,192,252). Sum of RGB (Red+Green+Blue) = 158+192+252=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EC0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC0FC is #613F03. Grayscale: #BCBCBC. Windows color (decimal): -6373124 or 16564382. OLE color: 16564382.
HSL color Cylindrical-coordinate representation of color #9EC0FC: hue angle of 218.3º 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 #9EC0FC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 192 | 252 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.01 |
| HSL | 218.3º | 0.94% | 0.8% | - |
| HSV(B) | 218.3º | 0.37% | 0.99% | - |
| XYZ | 50.52 | 52 | 99.47 | - |
| YUV | 188.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 252 | 0.37 | 0.24 | 0 | 0.01 | 218.3 | 0.94 | 0.8 |
| Hex | 9E | C0 | FC | 25 | 18 | 0 | 1 | DA | 5E | 50 |
| Octal | 236 | 300 | 374 | 45 | 30 | 0 | 1 | 332 | 136 | 120 |
| Binary | 10011110 | 11000000 | 11111100 | 100101 | 11000 | 0 | 1 | 11011010 | 1011110 | 1010000 |
Color Harmonies of #9EC0FC
Complementary color
Monochromatic Colors of #9EC0FC
Black with #9EC0FC
Text Example
Text Example
White with #9EC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC0FC; }
p { color: rgb(158,192,252); }
H1.HeaderClassName
{
color: #9EC0FC;
}
.AnyTagClassName
{
color: #9EC0FC;
}
</style>
background-color css
<style>
a { background-color: #9EC0FC; }
a { background-color: rgb(158,192,252); }
div.DivClassName
{
background-color: #9EC0FC;
}
.BgClassName
{
background-color: #9EC0FC;
}
</style>
border-color css
<style>
span { border-color: #9EC0FC; }
span { border-color: rgb(158,192,252); }
td.TdClassName
{
border-color: #9EC0FC;
}
.TagClassName
{
border-color: #9EC0FC;
}
</style>