Shades of Cornflower #9DCBE6
Tints of Cornflower #9DCBE6
RGB
CMYK
RGB Variations
Color information
#9DCBE6 (or 0x9DCBE6) is known color: Cornflower. HEX triplet: 9D, CB and E6. RGB value is (157,203,230). Sum of RGB (Red+Green+Blue) = 157+203+230=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DCBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBE6 is #623419. Grayscale: #C0C0C0. Windows color (decimal): -6435866 or 15125405. OLE color: 15125405.
HSL color Cylindrical-coordinate representation of color #9DCBE6: hue angle of 202.19º 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 #9DCBE6 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 203 | 230 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.10 |
| HSL | 202.19º | 0.59% | 0.76% | - |
| HSV(B) | 202.19º | 0.32% | 0.9% | - |
| XYZ | 49.54 | 55.59 | 82.98 | - |
| YUV | 192.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 230 | 0.32 | 0.12 | 0 | 0.10 | 202.19 | 0.59 | 0.76 |
| Hex | 9D | CB | E6 | 20 | C | 0 | A | CA | 3B | 4C |
| Octal | 235 | 313 | 346 | 40 | 14 | 0 | 12 | 312 | 73 | 114 |
| Binary | 10011101 | 11001011 | 11100110 | 100000 | 1100 | 0 | 1010 | 11001010 | 111011 | 1001100 |
Color Harmonies of #9DCBE6
Complementary color
Monochromatic Colors of #9DCBE6
Black with #9DCBE6
Text Example
Text Example
White with #9DCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBE6; }
p { color: rgb(157,203,230); }
H1.HeaderClassName
{
color: #9DCBE6;
}
.AnyTagClassName
{
color: #9DCBE6;
}
</style>
background-color css
<style>
a { background-color: #9DCBE6; }
a { background-color: rgb(157,203,230); }
div.DivClassName
{
background-color: #9DCBE6;
}
.BgClassName
{
background-color: #9DCBE6;
}
</style>
border-color css
<style>
span { border-color: #9DCBE6; }
span { border-color: rgb(157,203,230); }
td.TdClassName
{
border-color: #9DCBE6;
}
.TagClassName
{
border-color: #9DCBE6;
}
</style>