Shades of Cornflower #9DCEE7
Tints of Cornflower #9DCEE7
RGB
CMYK
RGB Variations
Color information
#9DCEE7 (or 0x9DCEE7) is known color: Cornflower. HEX triplet: 9D, CE and E7. RGB value is (157,206,231). Sum of RGB (Red+Green+Blue) = 157+206+231=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #9DCEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEE7 is #623118. Grayscale: #C2C2C2. Windows color (decimal): -6435097 or 15191709. OLE color: 15191709.
HSL color Cylindrical-coordinate representation of color #9DCEE7: hue angle of 200.27º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DCEE7 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 206 | 231 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.09 |
| HSL | 200.27º | 0.61% | 0.76% | - |
| HSV(B) | 200.27º | 0.32% | 0.91% | - |
| XYZ | 50.4 | 57.08 | 83.96 | - |
| YUV | 194.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 231 | 0.32 | 0.11 | 0 | 0.09 | 200.27 | 0.61 | 0.76 |
| Hex | 9D | CE | E7 | 20 | B | 0 | 9 | C8 | 3D | 4C |
| Octal | 235 | 316 | 347 | 40 | 13 | 0 | 11 | 310 | 75 | 114 |
| Binary | 10011101 | 11001110 | 11100111 | 100000 | 1011 | 0 | 1001 | 11001000 | 111101 | 1001100 |
Color Harmonies of #9DCEE7
Complementary color
Monochromatic Colors of #9DCEE7
Black with #9DCEE7
Text Example
Text Example
White with #9DCEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEE7; }
p { color: rgb(157,206,231); }
H1.HeaderClassName
{
color: #9DCEE7;
}
.AnyTagClassName
{
color: #9DCEE7;
}
</style>
background-color css
<style>
a { background-color: #9DCEE7; }
a { background-color: rgb(157,206,231); }
div.DivClassName
{
background-color: #9DCEE7;
}
.BgClassName
{
background-color: #9DCEE7;
}
</style>
border-color css
<style>
span { border-color: #9DCEE7; }
span { border-color: rgb(157,206,231); }
td.TdClassName
{
border-color: #9DCEE7;
}
.TagClassName
{
border-color: #9DCEE7;
}
</style>