Shades of Cornflower #9DD7EE
Tints of Cornflower #9DD7EE
RGB
CMYK
RGB Variations
Color information
#9DD7EE (or 0x9DD7EE) is known color: Cornflower. HEX triplet: 9D, D7 and EE. RGB value is (157,215,238). Sum of RGB (Red+Green+Blue) = 157+215+238=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DD7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD7EE is #622811. Grayscale: #C8C8C8. Windows color (decimal): -6432786 or 15652765. OLE color: 15652765.
HSL color Cylindrical-coordinate representation of color #9DD7EE: hue angle of 197.04º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD7EE is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 215 | 238 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.07 |
| HSL | 197.04º | 0.7% | 0.77% | - |
| HSV(B) | 197.04º | 0.34% | 0.93% | - |
| XYZ | 53.64 | 61.94 | 90.02 | - |
| YUV | 200.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 238 | 0.34 | 0.10 | 0 | 0.07 | 197.04 | 0.7 | 0.77 |
| Hex | 9D | D7 | EE | 22 | A | 0 | 7 | C5 | 46 | 4D |
| Octal | 235 | 327 | 356 | 42 | 12 | 0 | 7 | 305 | 106 | 115 |
| Binary | 10011101 | 11010111 | 11101110 | 100010 | 1010 | 0 | 111 | 11000101 | 1000110 | 1001101 |
Color Harmonies of #9DD7EE
Complementary color
Monochromatic Colors of #9DD7EE
Black with #9DD7EE
Text Example
Text Example
White with #9DD7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD7EE; }
p { color: rgb(157,215,238); }
H1.HeaderClassName
{
color: #9DD7EE;
}
.AnyTagClassName
{
color: #9DD7EE;
}
</style>
background-color css
<style>
a { background-color: #9DD7EE; }
a { background-color: rgb(157,215,238); }
div.DivClassName
{
background-color: #9DD7EE;
}
.BgClassName
{
background-color: #9DD7EE;
}
</style>
border-color css
<style>
span { border-color: #9DD7EE; }
span { border-color: rgb(157,215,238); }
td.TdClassName
{
border-color: #9DD7EE;
}
.TagClassName
{
border-color: #9DD7EE;
}
</style>