Shades of Cornflower #9DCCE6
Tints of Cornflower #9DCCE6
RGB
CMYK
RGB Variations
Color information
#9DCCE6 (or 0x9DCCE6) is known color: Cornflower. HEX triplet: 9D, CC and E6. RGB value is (157,204,230). Sum of RGB (Red+Green+Blue) = 157+204+230=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCE6 is #623319. Grayscale: #C0C0C0. Windows color (decimal): -6435610 or 15125661. OLE color: 15125661.
HSL color Cylindrical-coordinate representation of color #9DCCE6: hue angle of 201.37º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DCCE6 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 204 | 230 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.10 |
| HSL | 201.37º | 0.59% | 0.76% | - |
| HSV(B) | 201.37º | 0.32% | 0.9% | - |
| XYZ | 49.78 | 56.07 | 83.06 | - |
| YUV | 192.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 230 | 0.32 | 0.11 | 0 | 0.10 | 201.37 | 0.59 | 0.76 |
| Hex | 9D | CC | E6 | 20 | B | 0 | A | C9 | 3B | 4C |
| Octal | 235 | 314 | 346 | 40 | 13 | 0 | 12 | 311 | 73 | 114 |
| Binary | 10011101 | 11001100 | 11100110 | 100000 | 1011 | 0 | 1010 | 11001001 | 111011 | 1001100 |
Color Harmonies of #9DCCE6
Complementary color
Monochromatic Colors of #9DCCE6
Black with #9DCCE6
Text Example
Text Example
White with #9DCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCE6; }
p { color: rgb(157,204,230); }
H1.HeaderClassName
{
color: #9DCCE6;
}
.AnyTagClassName
{
color: #9DCCE6;
}
</style>
background-color css
<style>
a { background-color: #9DCCE6; }
a { background-color: rgb(157,204,230); }
div.DivClassName
{
background-color: #9DCCE6;
}
.BgClassName
{
background-color: #9DCCE6;
}
</style>
border-color css
<style>
span { border-color: #9DCCE6; }
span { border-color: rgb(157,204,230); }
td.TdClassName
{
border-color: #9DCCE6;
}
.TagClassName
{
border-color: #9DCCE6;
}
</style>