Shades of Cornflower #9BCEEF
Tints of Cornflower #9BCEEF
RGB
CMYK
RGB Variations
Color information
#9BCEEF (or 0x9BCEEF) is known color: Cornflower. HEX triplet: 9B, CE and EF. RGB value is (155,206,239). Sum of RGB (Red+Green+Blue) = 155+206+239=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEEF is #643110. Grayscale: #C2C2C2. Windows color (decimal): -6566161 or 15715995. OLE color: 15715995.
HSL color Cylindrical-coordinate representation of color #9BCEEF: hue angle of 203.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCEEF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 206 | 239 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.06 |
| HSL | 203.57º | 0.72% | 0.77% | - |
| HSV(B) | 203.57º | 0.35% | 0.94% | - |
| XYZ | 51.17 | 57.34 | 90.03 | - |
| YUV | 194.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 239 | 0.35 | 0.14 | 0 | 0.06 | 203.57 | 0.72 | 0.77 |
| Hex | 9B | CE | EF | 23 | E | 0 | 6 | CC | 48 | 4D |
| Octal | 233 | 316 | 357 | 43 | 16 | 0 | 6 | 314 | 110 | 115 |
| Binary | 10011011 | 11001110 | 11101111 | 100011 | 1110 | 0 | 110 | 11001100 | 1001000 | 1001101 |
Color Harmonies of #9BCEEF
Complementary color
Monochromatic Colors of #9BCEEF
Black with #9BCEEF
Text Example
Text Example
White with #9BCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEEF; }
p { color: rgb(155,206,239); }
H1.HeaderClassName
{
color: #9BCEEF;
}
.AnyTagClassName
{
color: #9BCEEF;
}
</style>
background-color css
<style>
a { background-color: #9BCEEF; }
a { background-color: rgb(155,206,239); }
div.DivClassName
{
background-color: #9BCEEF;
}
.BgClassName
{
background-color: #9BCEEF;
}
</style>
border-color css
<style>
span { border-color: #9BCEEF; }
span { border-color: rgb(155,206,239); }
td.TdClassName
{
border-color: #9BCEEF;
}
.TagClassName
{
border-color: #9BCEEF;
}
</style>