Shades of Cornflower #9CCDEA
Tints of Cornflower #9CCDEA
RGB
CMYK
RGB Variations
Color information
#9CCDEA (or 0x9CCDEA) is known color: Cornflower. HEX triplet: 9C, CD and EA. RGB value is (156,205,234). Sum of RGB (Red+Green+Blue) = 156+205+234=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CCDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCDEA is #633215. Grayscale: #C1C1C1. Windows color (decimal): -6500886 or 15388060. OLE color: 15388060.
HSL color Cylindrical-coordinate representation of color #9CCDEA: hue angle of 202.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CCDEA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 205 | 234 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.08 |
| HSL | 202.31º | 0.65% | 0.76% | - |
| HSV(B) | 202.31º | 0.33% | 0.92% | - |
| XYZ | 50.39 | 56.67 | 86.12 | - |
| YUV | 193.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 234 | 0.33 | 0.12 | 0 | 0.08 | 202.31 | 0.65 | 0.76 |
| Hex | 9C | CD | EA | 21 | C | 0 | 8 | CA | 41 | 4C |
| Octal | 234 | 315 | 352 | 41 | 14 | 0 | 10 | 312 | 101 | 114 |
| Binary | 10011100 | 11001101 | 11101010 | 100001 | 1100 | 0 | 1000 | 11001010 | 1000001 | 1001100 |
Color Harmonies of #9CCDEA
Complementary color
Monochromatic Colors of #9CCDEA
Black with #9CCDEA
Text Example
Text Example
White with #9CCDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDEA; }
p { color: rgb(156,205,234); }
H1.HeaderClassName
{
color: #9CCDEA;
}
.AnyTagClassName
{
color: #9CCDEA;
}
</style>
background-color css
<style>
a { background-color: #9CCDEA; }
a { background-color: rgb(156,205,234); }
div.DivClassName
{
background-color: #9CCDEA;
}
.BgClassName
{
background-color: #9CCDEA;
}
</style>
border-color css
<style>
span { border-color: #9CCDEA; }
span { border-color: rgb(156,205,234); }
td.TdClassName
{
border-color: #9CCDEA;
}
.TagClassName
{
border-color: #9CCDEA;
}
</style>