Html Css Color HEX #9EC3EF Pale Cornflower Blue
📋 copy color: '#9EC3EF'red 158 ◦ green 195 ◦ blue 239
Shades of Pale Cornflower Blue #9EC3EF
Tints of Pale Cornflower Blue #9EC3EF
RGB
CMYK
RGB Variations
Color information
#9EC3EF (or 0x9EC3EF) is known color: Pale Cornflower Blue. HEX triplet: 9E, C3 and EF. RGB value is (158,195,239). Sum of RGB (Red+Green+Blue) = 158+195+239=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EC3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC3EF is #613C10. Grayscale: #BCBCBC. Windows color (decimal): -6372369 or 15713182. OLE color: 15713182.
HSL color Cylindrical-coordinate representation of color #9EC3EF: hue angle of 212.59º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC3EF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 195 | 239 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.06 |
| HSL | 212.59º | 0.72% | 0.78% | - |
| HSV(B) | 212.59º | 0.34% | 0.94% | - |
| XYZ | 49.2 | 52.53 | 89.21 | - |
| YUV | 188.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 239 | 0.34 | 0.18 | 0 | 0.06 | 212.59 | 0.72 | 0.78 |
| Hex | 9E | C3 | EF | 22 | 12 | 0 | 6 | D5 | 48 | 4E |
| Octal | 236 | 303 | 357 | 42 | 22 | 0 | 6 | 325 | 110 | 116 |
| Binary | 10011110 | 11000011 | 11101111 | 100010 | 10010 | 0 | 110 | 11010101 | 1001000 | 1001110 |
Color Harmonies of #9EC3EF
Complementary color
Monochromatic Colors of #9EC3EF
Black with #9EC3EF
Text Example
Text Example
White with #9EC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC3EF; }
p { color: rgb(158,195,239); }
H1.HeaderClassName
{
color: #9EC3EF;
}
.AnyTagClassName
{
color: #9EC3EF;
}
</style>
background-color css
<style>
a { background-color: #9EC3EF; }
a { background-color: rgb(158,195,239); }
div.DivClassName
{
background-color: #9EC3EF;
}
.BgClassName
{
background-color: #9EC3EF;
}
</style>
border-color css
<style>
span { border-color: #9EC3EF; }
span { border-color: rgb(158,195,239); }
td.TdClassName
{
border-color: #9EC3EF;
}
.TagClassName
{
border-color: #9EC3EF;
}
</style>