Shades of Cornflower #9BC9EA
Tints of Cornflower #9BC9EA
RGB
CMYK
RGB Variations
Color information
#9BC9EA (or 0x9BC9EA) is known color: Cornflower. HEX triplet: 9B, C9 and EA. RGB value is (155,201,234). Sum of RGB (Red+Green+Blue) = 155+201+234=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BC9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC9EA is #643615. Grayscale: #BEBEBE. Windows color (decimal): -6567446 or 15387035. OLE color: 15387035.
HSL color Cylindrical-coordinate representation of color #9BC9EA: hue angle of 205.06º 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 #9BC9EA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 201 | 234 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.08 |
| HSL | 205.06º | 0.65% | 0.76% | - |
| HSV(B) | 205.06º | 0.34% | 0.92% | - |
| XYZ | 49.26 | 54.68 | 85.8 | - |
| YUV | 191.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 234 | 0.34 | 0.14 | 0 | 0.08 | 205.06 | 0.65 | 0.76 |
| Hex | 9B | C9 | EA | 22 | E | 0 | 8 | CD | 41 | 4C |
| Octal | 233 | 311 | 352 | 42 | 16 | 0 | 10 | 315 | 101 | 114 |
| Binary | 10011011 | 11001001 | 11101010 | 100010 | 1110 | 0 | 1000 | 11001101 | 1000001 | 1001100 |
Color Harmonies of #9BC9EA
Complementary color
Monochromatic Colors of #9BC9EA
Black with #9BC9EA
Text Example
Text Example
White with #9BC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9EA; }
p { color: rgb(155,201,234); }
H1.HeaderClassName
{
color: #9BC9EA;
}
.AnyTagClassName
{
color: #9BC9EA;
}
</style>
background-color css
<style>
a { background-color: #9BC9EA; }
a { background-color: rgb(155,201,234); }
div.DivClassName
{
background-color: #9BC9EA;
}
.BgClassName
{
background-color: #9BC9EA;
}
</style>
border-color css
<style>
span { border-color: #9BC9EA; }
span { border-color: rgb(155,201,234); }
td.TdClassName
{
border-color: #9BC9EA;
}
.TagClassName
{
border-color: #9BC9EA;
}
</style>