Html Css Color HEX #9ECBFF Pale Cornflower Blue
📋 copy color: '#9ECBFF'red 158 ◦ green 203 ◦ blue 255
Shades of Pale Cornflower Blue #9ECBFF
Tints of Pale Cornflower Blue #9ECBFF
RGB
CMYK
RGB Variations
Color information
#9ECBFF (or 0x9ECBFF) is known color: Pale Cornflower Blue. HEX triplet: 9E, CB and FF. RGB value is (158,203,255). Sum of RGB (Red+Green+Blue) = 158+203+255=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ECBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECBFF is #613400. Grayscale: #C3C3C3. Windows color (decimal): -6370305 or 16763806. OLE color: 16763806.
HSL color Cylindrical-coordinate representation of color #9ECBFF: hue angle of 212.16º 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 #9ECBFF is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 203 | 255 | - |
| CMYK | 0.38 | 0.20 | 0 | 0 |
| HSL | 212.16º | 1% | 0.81% | - |
| HSV(B) | 212.16º | 0.38% | 1% | - |
| XYZ | 53.51 | 57.2 | 102.83 | - |
| YUV | 195.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 255 | 0.38 | 0.20 | 0 | 0 | 212.16 | 1 | 0.81 |
| Hex | 9E | CB | FF | 26 | 14 | 0 | 0 | D4 | 64 | 51 |
| Octal | 236 | 313 | 377 | 46 | 24 | 0 | 0 | 324 | 144 | 121 |
| Binary | 10011110 | 11001011 | 11111111 | 100110 | 10100 | 0 | 0 | 11010100 | 1100100 | 1010001 |
Color Harmonies of #9ECBFF
Complementary color
Monochromatic Colors of #9ECBFF
Black with #9ECBFF
Text Example
Text Example
White with #9ECBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBFF; }
p { color: rgb(158,203,255); }
H1.HeaderClassName
{
color: #9ECBFF;
}
.AnyTagClassName
{
color: #9ECBFF;
}
</style>
background-color css
<style>
a { background-color: #9ECBFF; }
a { background-color: rgb(158,203,255); }
div.DivClassName
{
background-color: #9ECBFF;
}
.BgClassName
{
background-color: #9ECBFF;
}
</style>
border-color css
<style>
span { border-color: #9ECBFF; }
span { border-color: rgb(158,203,255); }
td.TdClassName
{
border-color: #9ECBFF;
}
.TagClassName
{
border-color: #9ECBFF;
}
</style>