Shades of Cornflower #9BCEEB
Tints of Cornflower #9BCEEB
RGB
CMYK
RGB Variations
Color information
#9BCEEB (or 0x9BCEEB) is known color: Cornflower. HEX triplet: 9B, CE and EB. RGB value is (155,206,235). Sum of RGB (Red+Green+Blue) = 155+206+235=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BCEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEEB is #643114. Grayscale: #C1C1C1. Windows color (decimal): -6566165 or 15453851. OLE color: 15453851.
HSL color Cylindrical-coordinate representation of color #9BCEEB: hue angle of 201.75º degrees, saturation: 0.67, 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 #9BCEEB is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 206 | 235 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.08 |
| HSL | 201.75º | 0.67% | 0.76% | - |
| HSV(B) | 201.75º | 0.34% | 0.92% | - |
| XYZ | 50.58 | 57.11 | 86.95 | - |
| YUV | 194.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 235 | 0.34 | 0.12 | 0 | 0.08 | 201.75 | 0.67 | 0.76 |
| Hex | 9B | CE | EB | 22 | C | 0 | 8 | CA | 43 | 4C |
| Octal | 233 | 316 | 353 | 42 | 14 | 0 | 10 | 312 | 103 | 114 |
| Binary | 10011011 | 11001110 | 11101011 | 100010 | 1100 | 0 | 1000 | 11001010 | 1000011 | 1001100 |
Color Harmonies of #9BCEEB
Complementary color
Monochromatic Colors of #9BCEEB
Black with #9BCEEB
Text Example
Text Example
White with #9BCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEEB; }
p { color: rgb(155,206,235); }
H1.HeaderClassName
{
color: #9BCEEB;
}
.AnyTagClassName
{
color: #9BCEEB;
}
</style>
background-color css
<style>
a { background-color: #9BCEEB; }
a { background-color: rgb(155,206,235); }
div.DivClassName
{
background-color: #9BCEEB;
}
.BgClassName
{
background-color: #9BCEEB;
}
</style>
border-color css
<style>
span { border-color: #9BCEEB; }
span { border-color: rgb(155,206,235); }
td.TdClassName
{
border-color: #9BCEEB;
}
.TagClassName
{
border-color: #9BCEEB;
}
</style>