Html Css Color HEX #9EC0FD Pale Cornflower Blue
📋 copy color: '#9EC0FD'red 158 ◦ green 192 ◦ blue 253
Shades of Pale Cornflower Blue #9EC0FD
Tints of Pale Cornflower Blue #9EC0FD
RGB
CMYK
RGB Variations
Color information
#9EC0FD (or 0x9EC0FD) is known color: Pale Cornflower Blue. HEX triplet: 9E, C0 and FD. RGB value is (158,192,253). Sum of RGB (Red+Green+Blue) = 158+192+253=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EC0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC0FD is #613F02. Grayscale: #BCBCBC. Windows color (decimal): -6373123 or 16629918. OLE color: 16629918.
HSL color Cylindrical-coordinate representation of color #9EC0FD: hue angle of 218.53º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EC0FD is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 192 | 253 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.01 |
| HSL | 218.53º | 0.96% | 0.81% | - |
| HSV(B) | 218.53º | 0.38% | 0.99% | - |
| XYZ | 50.68 | 52.06 | 100.31 | - |
| YUV | 188.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 253 | 0.38 | 0.24 | 0 | 0.01 | 218.53 | 0.96 | 0.81 |
| Hex | 9E | C0 | FD | 26 | 18 | 0 | 1 | DB | 60 | 51 |
| Octal | 236 | 300 | 375 | 46 | 30 | 0 | 1 | 333 | 140 | 121 |
| Binary | 10011110 | 11000000 | 11111101 | 100110 | 11000 | 0 | 1 | 11011011 | 1100000 | 1010001 |
Color Harmonies of #9EC0FD
Complementary color
Monochromatic Colors of #9EC0FD
Black with #9EC0FD
Text Example
Text Example
White with #9EC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC0FD; }
p { color: rgb(158,192,253); }
H1.HeaderClassName
{
color: #9EC0FD;
}
.AnyTagClassName
{
color: #9EC0FD;
}
</style>
background-color css
<style>
a { background-color: #9EC0FD; }
a { background-color: rgb(158,192,253); }
div.DivClassName
{
background-color: #9EC0FD;
}
.BgClassName
{
background-color: #9EC0FD;
}
</style>
border-color css
<style>
span { border-color: #9EC0FD; }
span { border-color: rgb(158,192,253); }
td.TdClassName
{
border-color: #9EC0FD;
}
.TagClassName
{
border-color: #9EC0FD;
}
</style>