Shades of Cornflower #9BD2ED
Tints of Cornflower #9BD2ED
RGB
CMYK
RGB Variations
Color information
#9BD2ED (or 0x9BD2ED) is known color: Cornflower. HEX triplet: 9B, D2 and ED. RGB value is (155,210,237). Sum of RGB (Red+Green+Blue) = 155+210+237=602 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.75% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BD2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD2ED is #642D12. Grayscale: #C4C4C4. Windows color (decimal): -6565139 or 15585947. OLE color: 15585947.
HSL color Cylindrical-coordinate representation of color #9BD2ED: hue angle of 199.76º 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 #9BD2ED is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 210 | 237 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.07 |
| HSL | 199.76º | 0.69% | 0.77% | - |
| HSV(B) | 199.76º | 0.35% | 0.93% | - |
| XYZ | 51.85 | 59.18 | 88.81 | - |
| YUV | 196.63 | 150.78 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 237 | 0.35 | 0.11 | 0 | 0.07 | 199.76 | 0.69 | 0.77 |
| Hex | 9B | D2 | ED | 23 | B | 0 | 7 | C8 | 45 | 4D |
| Octal | 233 | 322 | 355 | 43 | 13 | 0 | 7 | 310 | 105 | 115 |
| Binary | 10011011 | 11010010 | 11101101 | 100011 | 1011 | 0 | 111 | 11001000 | 1000101 | 1001101 |
Color Harmonies of #9BD2ED
Complementary color
Monochromatic Colors of #9BD2ED
Black with #9BD2ED
Text Example
Text Example
White with #9BD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2ED; }
p { color: rgb(155,210,237); }
H1.HeaderClassName
{
color: #9BD2ED;
}
.AnyTagClassName
{
color: #9BD2ED;
}
</style>
background-color css
<style>
a { background-color: #9BD2ED; }
a { background-color: rgb(155,210,237); }
div.DivClassName
{
background-color: #9BD2ED;
}
.BgClassName
{
background-color: #9BD2ED;
}
</style>
border-color css
<style>
span { border-color: #9BD2ED; }
span { border-color: rgb(155,210,237); }
td.TdClassName
{
border-color: #9BD2ED;
}
.TagClassName
{
border-color: #9BD2ED;
}
</style>