Html Css Color HEX #9EC2FD Pale Cornflower Blue
📋 copy color: '#9EC2FD'red 158 ◦ green 194 ◦ blue 253
Shades of Pale Cornflower Blue #9EC2FD
Tints of Pale Cornflower Blue #9EC2FD
RGB
CMYK
RGB Variations
Color information
#9EC2FD (or 0x9EC2FD) is known color: Pale Cornflower Blue. HEX triplet: 9E, C2 and FD. RGB value is (158,194,253). Sum of RGB (Red+Green+Blue) = 158+194+253=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EC2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC2FD is #613D02. Grayscale: #BDBDBD. Windows color (decimal): -6372611 or 16630430. OLE color: 16630430.
HSL color Cylindrical-coordinate representation of color #9EC2FD: hue angle of 217.26º 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 #9EC2FD is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 194 | 253 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.01 |
| HSL | 217.26º | 0.96% | 0.81% | - |
| HSV(B) | 217.26º | 0.38% | 0.99% | - |
| XYZ | 51.12 | 52.94 | 100.45 | - |
| YUV | 189.96 | 163.57 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 253 | 0.38 | 0.23 | 0 | 0.01 | 217.26 | 0.96 | 0.81 |
| Hex | 9E | C2 | FD | 26 | 17 | 0 | 1 | D9 | 60 | 51 |
| Octal | 236 | 302 | 375 | 46 | 27 | 0 | 1 | 331 | 140 | 121 |
| Binary | 10011110 | 11000010 | 11111101 | 100110 | 10111 | 0 | 1 | 11011001 | 1100000 | 1010001 |
Color Harmonies of #9EC2FD
Complementary color
Monochromatic Colors of #9EC2FD
Black with #9EC2FD
Text Example
Text Example
White with #9EC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC2FD; }
p { color: rgb(158,194,253); }
H1.HeaderClassName
{
color: #9EC2FD;
}
.AnyTagClassName
{
color: #9EC2FD;
}
</style>
background-color css
<style>
a { background-color: #9EC2FD; }
a { background-color: rgb(158,194,253); }
div.DivClassName
{
background-color: #9EC2FD;
}
.BgClassName
{
background-color: #9EC2FD;
}
</style>
border-color css
<style>
span { border-color: #9EC2FD; }
span { border-color: rgb(158,194,253); }
td.TdClassName
{
border-color: #9EC2FD;
}
.TagClassName
{
border-color: #9EC2FD;
}
</style>