Shades of Cornflower #9BD0EE
Tints of Cornflower #9BD0EE
RGB
CMYK
RGB Variations
Color information
#9BD0EE (or 0x9BD0EE) is known color: Cornflower. HEX triplet: 9B, D0 and EE. RGB value is (155,208,238). Sum of RGB (Red+Green+Blue) = 155+208+238=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BD0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD0EE is #642F11. Grayscale: #C3C3C3. Windows color (decimal): -6565650 or 15650971. OLE color: 15650971.
HSL color Cylindrical-coordinate representation of color #9BD0EE: hue angle of 201.69º 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 #9BD0EE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 208 | 238 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.07 |
| HSL | 201.69º | 0.71% | 0.77% | - |
| HSV(B) | 201.69º | 0.35% | 0.93% | - |
| XYZ | 51.51 | 58.25 | 89.42 | - |
| YUV | 195.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 238 | 0.35 | 0.13 | 0 | 0.07 | 201.69 | 0.71 | 0.77 |
| Hex | 9B | D0 | EE | 23 | D | 0 | 7 | CA | 47 | 4D |
| Octal | 233 | 320 | 356 | 43 | 15 | 0 | 7 | 312 | 107 | 115 |
| Binary | 10011011 | 11010000 | 11101110 | 100011 | 1101 | 0 | 111 | 11001010 | 1000111 | 1001101 |
Color Harmonies of #9BD0EE
Complementary color
Monochromatic Colors of #9BD0EE
Black with #9BD0EE
Text Example
Text Example
White with #9BD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0EE; }
p { color: rgb(155,208,238); }
H1.HeaderClassName
{
color: #9BD0EE;
}
.AnyTagClassName
{
color: #9BD0EE;
}
</style>
background-color css
<style>
a { background-color: #9BD0EE; }
a { background-color: rgb(155,208,238); }
div.DivClassName
{
background-color: #9BD0EE;
}
.BgClassName
{
background-color: #9BD0EE;
}
</style>
border-color css
<style>
span { border-color: #9BD0EE; }
span { border-color: rgb(155,208,238); }
td.TdClassName
{
border-color: #9BD0EE;
}
.TagClassName
{
border-color: #9BD0EE;
}
</style>