Shades of Cornflower #9BC0DB
Tints of Cornflower #9BC0DB
RGB
CMYK
RGB Variations
Color information
#9BC0DB (or 0x9BC0DB) is known color: Cornflower. HEX triplet: 9B, C0 and DB. RGB value is (155,192,219). Sum of RGB (Red+Green+Blue) = 155+192+219=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC0DB is #643F24. Grayscale: #B7B7B7. Windows color (decimal): -6569765 or 14401691. OLE color: 14401691.
HSL color Cylindrical-coordinate representation of color #9BC0DB: hue angle of 205.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC0DB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 192 | 219 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.14 |
| HSL | 205.31º | 0.47% | 0.73% | - |
| HSV(B) | 205.31º | 0.29% | 0.86% | - |
| XYZ | 45.15 | 49.78 | 74.25 | - |
| YUV | 184.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 219 | 0.29 | 0.12 | 0 | 0.14 | 205.31 | 0.47 | 0.73 |
| Hex | 9B | C0 | DB | 1D | C | 0 | E | CD | 2F | 49 |
| Octal | 233 | 300 | 333 | 35 | 14 | 0 | 16 | 315 | 57 | 111 |
| Binary | 10011011 | 11000000 | 11011011 | 11101 | 1100 | 0 | 1110 | 11001101 | 101111 | 1001001 |
Color Harmonies of #9BC0DB
Complementary color
Monochromatic Colors of #9BC0DB
Black with #9BC0DB
Text Example
Text Example
White with #9BC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC0DB; }
p { color: rgb(155,192,219); }
H1.HeaderClassName
{
color: #9BC0DB;
}
.AnyTagClassName
{
color: #9BC0DB;
}
</style>
background-color css
<style>
a { background-color: #9BC0DB; }
a { background-color: rgb(155,192,219); }
div.DivClassName
{
background-color: #9BC0DB;
}
.BgClassName
{
background-color: #9BC0DB;
}
</style>
border-color css
<style>
span { border-color: #9BC0DB; }
span { border-color: rgb(155,192,219); }
td.TdClassName
{
border-color: #9BC0DB;
}
.TagClassName
{
border-color: #9BC0DB;
}
</style>