Shades of Cornflower #9BC5DF
Tints of Cornflower #9BC5DF
RGB
CMYK
RGB Variations
Color information
#9BC5DF (or 0x9BC5DF) is known color: Cornflower. HEX triplet: 9B, C5 and DF. RGB value is (155,197,223). Sum of RGB (Red+Green+Blue) = 155+197+223=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5DF is #643A20. Grayscale: #BBBBBB. Windows color (decimal): -6568481 or 14665115. OLE color: 14665115.
HSL color Cylindrical-coordinate representation of color #9BC5DF: hue angle of 202.94º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC5DF is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 197 | 223 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.13 |
| HSL | 202.94º | 0.52% | 0.74% | - |
| HSV(B) | 202.94º | 0.3% | 0.87% | - |
| XYZ | 46.8 | 52.23 | 77.43 | - |
| YUV | 187.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 223 | 0.30 | 0.12 | 0 | 0.13 | 202.94 | 0.52 | 0.74 |
| Hex | 9B | C5 | DF | 1E | C | 0 | D | CB | 34 | 4A |
| Octal | 233 | 305 | 337 | 36 | 14 | 0 | 15 | 313 | 64 | 112 |
| Binary | 10011011 | 11000101 | 11011111 | 11110 | 1100 | 0 | 1101 | 11001011 | 110100 | 1001010 |
Color Harmonies of #9BC5DF
Complementary color
Monochromatic Colors of #9BC5DF
Black with #9BC5DF
Text Example
Text Example
White with #9BC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC5DF; }
p { color: rgb(155,197,223); }
H1.HeaderClassName
{
color: #9BC5DF;
}
.AnyTagClassName
{
color: #9BC5DF;
}
</style>
background-color css
<style>
a { background-color: #9BC5DF; }
a { background-color: rgb(155,197,223); }
div.DivClassName
{
background-color: #9BC5DF;
}
.BgClassName
{
background-color: #9BC5DF;
}
</style>
border-color css
<style>
span { border-color: #9BC5DF; }
span { border-color: rgb(155,197,223); }
td.TdClassName
{
border-color: #9BC5DF;
}
.TagClassName
{
border-color: #9BC5DF;
}
</style>