Shades of Cornflower #9DCAE4
Tints of Cornflower #9DCAE4
RGB
CMYK
RGB Variations
Color information
#9DCAE4 (or 0x9DCAE4) is known color: Cornflower. HEX triplet: 9D, CA and E4. RGB value is (157,202,228). Sum of RGB (Red+Green+Blue) = 157+202+228=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #9DCAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCAE4 is #62351B. Grayscale: #BFBFBF. Windows color (decimal): -6436124 or 14994077. OLE color: 14994077.
HSL color Cylindrical-coordinate representation of color #9DCAE4: hue angle of 201.97º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DCAE4 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 202 | 228 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.11 |
| HSL | 201.97º | 0.57% | 0.75% | - |
| HSV(B) | 201.97º | 0.31% | 0.89% | - |
| XYZ | 49.03 | 55.01 | 81.43 | - |
| YUV | 191.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 228 | 0.31 | 0.11 | 0 | 0.11 | 201.97 | 0.57 | 0.75 |
| Hex | 9D | CA | E4 | 1F | B | 0 | B | CA | 39 | 4B |
| Octal | 235 | 312 | 344 | 37 | 13 | 0 | 13 | 312 | 71 | 113 |
| Binary | 10011101 | 11001010 | 11100100 | 11111 | 1011 | 0 | 1011 | 11001010 | 111001 | 1001011 |
Color Harmonies of #9DCAE4
Complementary color
Monochromatic Colors of #9DCAE4
Black with #9DCAE4
Text Example
Text Example
White with #9DCAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCAE4; }
p { color: rgb(157,202,228); }
H1.HeaderClassName
{
color: #9DCAE4;
}
.AnyTagClassName
{
color: #9DCAE4;
}
</style>
background-color css
<style>
a { background-color: #9DCAE4; }
a { background-color: rgb(157,202,228); }
div.DivClassName
{
background-color: #9DCAE4;
}
.BgClassName
{
background-color: #9DCAE4;
}
</style>
border-color css
<style>
span { border-color: #9DCAE4; }
span { border-color: rgb(157,202,228); }
td.TdClassName
{
border-color: #9DCAE4;
}
.TagClassName
{
border-color: #9DCAE4;
}
</style>