Html Css Color HEX #9EC3F2 Pale Cornflower Blue
📋 copy color: '#9EC3F2'red 158 ◦ green 195 ◦ blue 242
Shades of Pale Cornflower Blue #9EC3F2
Tints of Pale Cornflower Blue #9EC3F2
RGB
CMYK
RGB Variations
Color information
#9EC3F2 (or 0x9EC3F2) is known color: Pale Cornflower Blue. HEX triplet: 9E, C3 and F2. RGB value is (158,195,242). Sum of RGB (Red+Green+Blue) = 158+195+242=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #9EC3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC3F2 is #613C0D. Grayscale: #BDBDBD. Windows color (decimal): -6372366 or 15909790. OLE color: 15909790.
HSL color Cylindrical-coordinate representation of color #9EC3F2: hue angle of 213.57º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EC3F2 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 195 | 242 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.05 |
| HSL | 213.57º | 0.76% | 0.78% | - |
| HSV(B) | 213.57º | 0.35% | 0.95% | - |
| XYZ | 49.64 | 52.71 | 91.56 | - |
| YUV | 189.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 242 | 0.35 | 0.19 | 0 | 0.05 | 213.57 | 0.76 | 0.78 |
| Hex | 9E | C3 | F2 | 23 | 13 | 0 | 5 | D6 | 4C | 4E |
| Octal | 236 | 303 | 362 | 43 | 23 | 0 | 5 | 326 | 114 | 116 |
| Binary | 10011110 | 11000011 | 11110010 | 100011 | 10011 | 0 | 101 | 11010110 | 1001100 | 1001110 |
Color Harmonies of #9EC3F2
Complementary color
Monochromatic Colors of #9EC3F2
Black with #9EC3F2
Text Example
Text Example
White with #9EC3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC3F2; }
p { color: rgb(158,195,242); }
H1.HeaderClassName
{
color: #9EC3F2;
}
.AnyTagClassName
{
color: #9EC3F2;
}
</style>
background-color css
<style>
a { background-color: #9EC3F2; }
a { background-color: rgb(158,195,242); }
div.DivClassName
{
background-color: #9EC3F2;
}
.BgClassName
{
background-color: #9EC3F2;
}
</style>
border-color css
<style>
span { border-color: #9EC3F2; }
span { border-color: rgb(158,195,242); }
td.TdClassName
{
border-color: #9EC3F2;
}
.TagClassName
{
border-color: #9EC3F2;
}
</style>