Shades of Cornflower #9BD5EE
Tints of Cornflower #9BD5EE
RGB
CMYK
RGB Variations
Color information
#9BD5EE (or 0x9BD5EE) is known color: Cornflower. HEX triplet: 9B, D5 and EE. RGB value is (155,213,238). Sum of RGB (Red+Green+Blue) = 155+213+238=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BD5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD5EE is #642A11. Grayscale: #C6C6C6. Windows color (decimal): -6564370 or 15652251. OLE color: 15652251.
HSL color Cylindrical-coordinate representation of color #9BD5EE: hue angle of 198.07º 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 #9BD5EE is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 213 | 238 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.07 |
| HSL | 198.07º | 0.71% | 0.77% | - |
| HSV(B) | 198.07º | 0.35% | 0.93% | - |
| XYZ | 52.74 | 60.73 | 89.83 | - |
| YUV | 198.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 238 | 0.35 | 0.11 | 0 | 0.07 | 198.07 | 0.71 | 0.77 |
| Hex | 9B | D5 | EE | 23 | B | 0 | 7 | C6 | 47 | 4D |
| Octal | 233 | 325 | 356 | 43 | 13 | 0 | 7 | 306 | 107 | 115 |
| Binary | 10011011 | 11010101 | 11101110 | 100011 | 1011 | 0 | 111 | 11000110 | 1000111 | 1001101 |
Color Harmonies of #9BD5EE
Complementary color
Monochromatic Colors of #9BD5EE
Black with #9BD5EE
Text Example
Text Example
White with #9BD5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD5EE; }
p { color: rgb(155,213,238); }
H1.HeaderClassName
{
color: #9BD5EE;
}
.AnyTagClassName
{
color: #9BD5EE;
}
</style>
background-color css
<style>
a { background-color: #9BD5EE; }
a { background-color: rgb(155,213,238); }
div.DivClassName
{
background-color: #9BD5EE;
}
.BgClassName
{
background-color: #9BD5EE;
}
</style>
border-color css
<style>
span { border-color: #9BD5EE; }
span { border-color: rgb(155,213,238); }
td.TdClassName
{
border-color: #9BD5EE;
}
.TagClassName
{
border-color: #9BD5EE;
}
</style>