Shades of Cornflower #9BD0ED
Tints of Cornflower #9BD0ED
RGB
CMYK
RGB Variations
Color information
#9BD0ED (or 0x9BD0ED) is known color: Cornflower. HEX triplet: 9B, D0 and ED. RGB value is (155,208,237). Sum of RGB (Red+Green+Blue) = 155+208+237=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD0ED is #642F12. Grayscale: #C3C3C3. Windows color (decimal): -6565651 or 15585435. OLE color: 15585435.
HSL color Cylindrical-coordinate representation of color #9BD0ED: hue angle of 201.22º degrees, saturation: 0.69, 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 #9BD0ED is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 208 | 237 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.07 |
| HSL | 201.22º | 0.69% | 0.77% | - |
| HSV(B) | 201.22º | 0.35% | 0.93% | - |
| XYZ | 51.36 | 58.19 | 88.65 | - |
| YUV | 195.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 237 | 0.35 | 0.12 | 0 | 0.07 | 201.22 | 0.69 | 0.77 |
| Hex | 9B | D0 | ED | 23 | C | 0 | 7 | C9 | 45 | 4D |
| Octal | 233 | 320 | 355 | 43 | 14 | 0 | 7 | 311 | 105 | 115 |
| Binary | 10011011 | 11010000 | 11101101 | 100011 | 1100 | 0 | 111 | 11001001 | 1000101 | 1001101 |
Color Harmonies of #9BD0ED
Complementary color
Monochromatic Colors of #9BD0ED
Black with #9BD0ED
Text Example
Text Example
White with #9BD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0ED; }
p { color: rgb(155,208,237); }
H1.HeaderClassName
{
color: #9BD0ED;
}
.AnyTagClassName
{
color: #9BD0ED;
}
</style>
background-color css
<style>
a { background-color: #9BD0ED; }
a { background-color: rgb(155,208,237); }
div.DivClassName
{
background-color: #9BD0ED;
}
.BgClassName
{
background-color: #9BD0ED;
}
</style>
border-color css
<style>
span { border-color: #9BD0ED; }
span { border-color: rgb(155,208,237); }
td.TdClassName
{
border-color: #9BD0ED;
}
.TagClassName
{
border-color: #9BD0ED;
}
</style>