Shades of Cornflower #9BCCEA
Tints of Cornflower #9BCCEA
RGB
CMYK
RGB Variations
Color information
#9BCCEA (or 0x9BCCEA) is known color: Cornflower. HEX triplet: 9B, CC and EA. RGB value is (155,204,234). Sum of RGB (Red+Green+Blue) = 155+204+234=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCEA is #643315. Grayscale: #C0C0C0. Windows color (decimal): -6566678 or 15387803. OLE color: 15387803.
HSL color Cylindrical-coordinate representation of color #9BCCEA: hue angle of 202.78º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BCCEA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 204 | 234 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.08 |
| HSL | 202.78º | 0.65% | 0.76% | - |
| HSV(B) | 202.78º | 0.34% | 0.92% | - |
| XYZ | 49.96 | 56.09 | 86.04 | - |
| YUV | 192.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 234 | 0.34 | 0.13 | 0 | 0.08 | 202.78 | 0.65 | 0.76 |
| Hex | 9B | CC | EA | 22 | D | 0 | 8 | CB | 41 | 4C |
| Octal | 233 | 314 | 352 | 42 | 15 | 0 | 10 | 313 | 101 | 114 |
| Binary | 10011011 | 11001100 | 11101010 | 100010 | 1101 | 0 | 1000 | 11001011 | 1000001 | 1001100 |
Color Harmonies of #9BCCEA
Complementary color
Monochromatic Colors of #9BCCEA
Black with #9BCCEA
Text Example
Text Example
White with #9BCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCEA; }
p { color: rgb(155,204,234); }
H1.HeaderClassName
{
color: #9BCCEA;
}
.AnyTagClassName
{
color: #9BCCEA;
}
</style>
background-color css
<style>
a { background-color: #9BCCEA; }
a { background-color: rgb(155,204,234); }
div.DivClassName
{
background-color: #9BCCEA;
}
.BgClassName
{
background-color: #9BCCEA;
}
</style>
border-color css
<style>
span { border-color: #9BCCEA; }
span { border-color: rgb(155,204,234); }
td.TdClassName
{
border-color: #9BCCEA;
}
.TagClassName
{
border-color: #9BCCEA;
}
</style>