Html Css Color HEX #9ECEFF Pale Cornflower Blue
📋 copy color: '#9ECEFF'red 158 ◦ green 206 ◦ blue 255
Shades of Pale Cornflower Blue #9ECEFF
Tints of Pale Cornflower Blue #9ECEFF
RGB
CMYK
RGB Variations
Color information
#9ECEFF (or 0x9ECEFF) is known color: Pale Cornflower Blue. HEX triplet: 9E, CE and FF. RGB value is (158,206,255). Sum of RGB (Red+Green+Blue) = 158+206+255=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ECEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEFF is #613100. Grayscale: #C4C4C4. Windows color (decimal): -6369537 or 16764574. OLE color: 16764574.
HSL color Cylindrical-coordinate representation of color #9ECEFF: hue angle of 210.31º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ECEFF is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 206 | 255 | - |
| CMYK | 0.38 | 0.19 | 0 | 0 |
| HSL | 210.31º | 1% | 0.81% | - |
| HSV(B) | 210.31º | 0.38% | 1% | - |
| XYZ | 54.22 | 58.63 | 103.07 | - |
| YUV | 197.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 255 | 0.38 | 0.19 | 0 | 0 | 210.31 | 1 | 0.81 |
| Hex | 9E | CE | FF | 26 | 13 | 0 | 0 | D2 | 64 | 51 |
| Octal | 236 | 316 | 377 | 46 | 23 | 0 | 0 | 322 | 144 | 121 |
| Binary | 10011110 | 11001110 | 11111111 | 100110 | 10011 | 0 | 0 | 11010010 | 1100100 | 1010001 |
Color Harmonies of #9ECEFF
Complementary color
Monochromatic Colors of #9ECEFF
Black with #9ECEFF
Text Example
Text Example
White with #9ECEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEFF; }
p { color: rgb(158,206,255); }
H1.HeaderClassName
{
color: #9ECEFF;
}
.AnyTagClassName
{
color: #9ECEFF;
}
</style>
background-color css
<style>
a { background-color: #9ECEFF; }
a { background-color: rgb(158,206,255); }
div.DivClassName
{
background-color: #9ECEFF;
}
.BgClassName
{
background-color: #9ECEFF;
}
</style>
border-color css
<style>
span { border-color: #9ECEFF; }
span { border-color: rgb(158,206,255); }
td.TdClassName
{
border-color: #9ECEFF;
}
.TagClassName
{
border-color: #9ECEFF;
}
</style>