Shades of Cornflower #9BD6EE
Tints of Cornflower #9BD6EE
RGB
CMYK
RGB Variations
Color information
#9BD6EE (or 0x9BD6EE) is known color: Cornflower. HEX triplet: 9B, D6 and EE. RGB value is (155,214,238). Sum of RGB (Red+Green+Blue) = 155+214+238=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BD6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD6EE is #642911. Grayscale: #C6C6C6. Windows color (decimal): -6564114 or 15652507. OLE color: 15652507.
HSL color Cylindrical-coordinate representation of color #9BD6EE: hue angle of 197.35º 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 #9BD6EE is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 214 | 238 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.07 |
| HSL | 197.35º | 0.71% | 0.77% | - |
| HSV(B) | 197.35º | 0.35% | 0.93% | - |
| XYZ | 53 | 61.23 | 89.92 | - |
| YUV | 199.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 238 | 0.35 | 0.10 | 0 | 0.07 | 197.35 | 0.71 | 0.77 |
| Hex | 9B | D6 | EE | 23 | A | 0 | 7 | C5 | 47 | 4D |
| Octal | 233 | 326 | 356 | 43 | 12 | 0 | 7 | 305 | 107 | 115 |
| Binary | 10011011 | 11010110 | 11101110 | 100011 | 1010 | 0 | 111 | 11000101 | 1000111 | 1001101 |
Color Harmonies of #9BD6EE
Complementary color
Monochromatic Colors of #9BD6EE
Black with #9BD6EE
Text Example
Text Example
White with #9BD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD6EE; }
p { color: rgb(155,214,238); }
H1.HeaderClassName
{
color: #9BD6EE;
}
.AnyTagClassName
{
color: #9BD6EE;
}
</style>
background-color css
<style>
a { background-color: #9BD6EE; }
a { background-color: rgb(155,214,238); }
div.DivClassName
{
background-color: #9BD6EE;
}
.BgClassName
{
background-color: #9BD6EE;
}
</style>
border-color css
<style>
span { border-color: #9BD6EE; }
span { border-color: rgb(155,214,238); }
td.TdClassName
{
border-color: #9BD6EE;
}
.TagClassName
{
border-color: #9BD6EE;
}
</style>