Shades of Cornflower #9BD3EB
Tints of Cornflower #9BD3EB
RGB
CMYK
RGB Variations
Color information
#9BD3EB (or 0x9BD3EB) is known color: Cornflower. HEX triplet: 9B, D3 and EB. RGB value is (155,211,235). Sum of RGB (Red+Green+Blue) = 155+211+235=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BD3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD3EB is #642C14. Grayscale: #C4C4C4. Windows color (decimal): -6564885 or 15455131. OLE color: 15455131.
HSL color Cylindrical-coordinate representation of color #9BD3EB: hue angle of 198º 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 #9BD3EB is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 211 | 235 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.08 |
| HSL | 198º | 0.67% | 0.76% | - |
| HSV(B) | 198º | 0.34% | 0.92% | - |
| XYZ | 51.81 | 59.56 | 87.36 | - |
| YUV | 196.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 235 | 0.34 | 0.10 | 0 | 0.08 | 198 | 0.67 | 0.76 |
| Hex | 9B | D3 | EB | 22 | A | 0 | 8 | C6 | 43 | 4C |
| Octal | 233 | 323 | 353 | 42 | 12 | 0 | 10 | 306 | 103 | 114 |
| Binary | 10011011 | 11010011 | 11101011 | 100010 | 1010 | 0 | 1000 | 11000110 | 1000011 | 1001100 |
Color Harmonies of #9BD3EB
Complementary color
Monochromatic Colors of #9BD3EB
Black with #9BD3EB
Text Example
Text Example
White with #9BD3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD3EB; }
p { color: rgb(155,211,235); }
H1.HeaderClassName
{
color: #9BD3EB;
}
.AnyTagClassName
{
color: #9BD3EB;
}
</style>
background-color css
<style>
a { background-color: #9BD3EB; }
a { background-color: rgb(155,211,235); }
div.DivClassName
{
background-color: #9BD3EB;
}
.BgClassName
{
background-color: #9BD3EB;
}
</style>
border-color css
<style>
span { border-color: #9BD3EB; }
span { border-color: rgb(155,211,235); }
td.TdClassName
{
border-color: #9BD3EB;
}
.TagClassName
{
border-color: #9BD3EB;
}
</style>