Shades of Cornflower #9BCEEE
Tints of Cornflower #9BCEEE
RGB
CMYK
RGB Variations
Color information
#9BCEEE (or 0x9BCEEE) is known color: Cornflower. HEX triplet: 9B, CE and EE. RGB value is (155,206,238). Sum of RGB (Red+Green+Blue) = 155+206+238=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BCEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEEE is #643111. Grayscale: #C2C2C2. Windows color (decimal): -6566162 or 15650459. OLE color: 15650459.
HSL color Cylindrical-coordinate representation of color #9BCEEE: hue angle of 203.13º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCEEE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 206 | 238 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.07 |
| HSL | 203.13º | 0.71% | 0.77% | - |
| HSV(B) | 203.13º | 0.35% | 0.93% | - |
| XYZ | 51.02 | 57.28 | 89.26 | - |
| YUV | 194.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 238 | 0.35 | 0.13 | 0 | 0.07 | 203.13 | 0.71 | 0.77 |
| Hex | 9B | CE | EE | 23 | D | 0 | 7 | CB | 47 | 4D |
| Octal | 233 | 316 | 356 | 43 | 15 | 0 | 7 | 313 | 107 | 115 |
| Binary | 10011011 | 11001110 | 11101110 | 100011 | 1101 | 0 | 111 | 11001011 | 1000111 | 1001101 |
Color Harmonies of #9BCEEE
Complementary color
Monochromatic Colors of #9BCEEE
Black with #9BCEEE
Text Example
Text Example
White with #9BCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEEE; }
p { color: rgb(155,206,238); }
H1.HeaderClassName
{
color: #9BCEEE;
}
.AnyTagClassName
{
color: #9BCEEE;
}
</style>
background-color css
<style>
a { background-color: #9BCEEE; }
a { background-color: rgb(155,206,238); }
div.DivClassName
{
background-color: #9BCEEE;
}
.BgClassName
{
background-color: #9BCEEE;
}
</style>
border-color css
<style>
span { border-color: #9BCEEE; }
span { border-color: rgb(155,206,238); }
td.TdClassName
{
border-color: #9BCEEE;
}
.TagClassName
{
border-color: #9BCEEE;
}
</style>