Shades of Cornflower #9DD2EB
Tints of Cornflower #9DD2EB
RGB
CMYK
RGB Variations
Color information
#9DD2EB (or 0x9DD2EB) is known color: Cornflower. HEX triplet: 9D, D2 and EB. RGB value is (157,210,235). Sum of RGB (Red+Green+Blue) = 157+210+235=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2EB is #622D14. Grayscale: #C4C4C4. Windows color (decimal): -6434069 or 15454877. OLE color: 15454877.
HSL color Cylindrical-coordinate representation of color #9DD2EB: hue angle of 199.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD2EB is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 210 | 235 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.08 |
| HSL | 199.23º | 0.66% | 0.77% | - |
| HSV(B) | 199.23º | 0.33% | 0.92% | - |
| XYZ | 51.95 | 59.26 | 87.3 | - |
| YUV | 197 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 235 | 0.33 | 0.11 | 0 | 0.08 | 199.23 | 0.66 | 0.77 |
| Hex | 9D | D2 | EB | 21 | B | 0 | 8 | C7 | 42 | 4D |
| Octal | 235 | 322 | 353 | 41 | 13 | 0 | 10 | 307 | 102 | 115 |
| Binary | 10011101 | 11010010 | 11101011 | 100001 | 1011 | 0 | 1000 | 11000111 | 1000010 | 1001101 |
Color Harmonies of #9DD2EB
Complementary color
Monochromatic Colors of #9DD2EB
Black with #9DD2EB
Text Example
Text Example
White with #9DD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2EB; }
p { color: rgb(157,210,235); }
H1.HeaderClassName
{
color: #9DD2EB;
}
.AnyTagClassName
{
color: #9DD2EB;
}
</style>
background-color css
<style>
a { background-color: #9DD2EB; }
a { background-color: rgb(157,210,235); }
div.DivClassName
{
background-color: #9DD2EB;
}
.BgClassName
{
background-color: #9DD2EB;
}
</style>
border-color css
<style>
span { border-color: #9DD2EB; }
span { border-color: rgb(157,210,235); }
td.TdClassName
{
border-color: #9DD2EB;
}
.TagClassName
{
border-color: #9DD2EB;
}
</style>