Shades of Cornflower #97BDE0
Tints of Cornflower #97BDE0
RGB
CMYK
RGB Variations
Color information
#97BDE0 (or 0x97BDE0) is known color: Cornflower. HEX triplet: 97, BD and E0. RGB value is (151,189,224). Sum of RGB (Red+Green+Blue) = 151+189+224=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #97BDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDE0 is #68421F. Grayscale: #B5B5B5. Windows color (decimal): -6832672 or 14728599. OLE color: 14728599.
HSL color Cylindrical-coordinate representation of color #97BDE0: hue angle of 208.77º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97BDE0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 189 | 224 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.12 |
| HSL | 208.77º | 0.54% | 0.74% | - |
| HSV(B) | 208.77º | 0.33% | 0.88% | - |
| XYZ | 44.41 | 48.36 | 77.51 | - |
| YUV | 181.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 189 | 224 | 0.33 | 0.16 | 0 | 0.12 | 208.77 | 0.54 | 0.74 |
| Hex | 97 | BD | E0 | 21 | 10 | 0 | C | D1 | 36 | 4A |
| Octal | 227 | 275 | 340 | 41 | 20 | 0 | 14 | 321 | 66 | 112 |
| Binary | 10010111 | 10111101 | 11100000 | 100001 | 10000 | 0 | 1100 | 11010001 | 110110 | 1001010 |
Color Harmonies of #97BDE0
Complementary color
Monochromatic Colors of #97BDE0
Black with #97BDE0
Text Example
Text Example
White with #97BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BDE0; }
p { color: rgb(151,189,224); }
H1.HeaderClassName
{
color: #97BDE0;
}
.AnyTagClassName
{
color: #97BDE0;
}
</style>
background-color css
<style>
a { background-color: #97BDE0; }
a { background-color: rgb(151,189,224); }
div.DivClassName
{
background-color: #97BDE0;
}
.BgClassName
{
background-color: #97BDE0;
}
</style>
border-color css
<style>
span { border-color: #97BDE0; }
span { border-color: rgb(151,189,224); }
td.TdClassName
{
border-color: #97BDE0;
}
.TagClassName
{
border-color: #97BDE0;
}
</style>