Shades of Cornflower #9BD2EE
Tints of Cornflower #9BD2EE
RGB
CMYK
RGB Variations
Color information
#9BD2EE (or 0x9BD2EE) is known color: Cornflower. HEX triplet: 9B, D2 and EE. RGB value is (155,210,238). Sum of RGB (Red+Green+Blue) = 155+210+238=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BD2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD2EE is #642D11. Grayscale: #C4C4C4. Windows color (decimal): -6565138 or 15651483. OLE color: 15651483.
HSL color Cylindrical-coordinate representation of color #9BD2EE: hue angle of 200.24º 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 #9BD2EE is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 210 | 238 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.07 |
| HSL | 200.24º | 0.71% | 0.77% | - |
| HSV(B) | 200.24º | 0.35% | 0.93% | - |
| XYZ | 52 | 59.23 | 89.58 | - |
| YUV | 196.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 238 | 0.35 | 0.12 | 0 | 0.07 | 200.24 | 0.71 | 0.77 |
| Hex | 9B | D2 | EE | 23 | C | 0 | 7 | C8 | 47 | 4D |
| Octal | 233 | 322 | 356 | 43 | 14 | 0 | 7 | 310 | 107 | 115 |
| Binary | 10011011 | 11010010 | 11101110 | 100011 | 1100 | 0 | 111 | 11001000 | 1000111 | 1001101 |
Color Harmonies of #9BD2EE
Complementary color
Monochromatic Colors of #9BD2EE
Black with #9BD2EE
Text Example
Text Example
White with #9BD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2EE; }
p { color: rgb(155,210,238); }
H1.HeaderClassName
{
color: #9BD2EE;
}
.AnyTagClassName
{
color: #9BD2EE;
}
</style>
background-color css
<style>
a { background-color: #9BD2EE; }
a { background-color: rgb(155,210,238); }
div.DivClassName
{
background-color: #9BD2EE;
}
.BgClassName
{
background-color: #9BD2EE;
}
</style>
border-color css
<style>
span { border-color: #9BD2EE; }
span { border-color: rgb(155,210,238); }
td.TdClassName
{
border-color: #9BD2EE;
}
.TagClassName
{
border-color: #9BD2EE;
}
</style>