Shades of Cornflower #97BCDB
Tints of Cornflower #97BCDB
RGB
CMYK
RGB Variations
Color information
#97BCDB (or 0x97BCDB) is known color: Cornflower. HEX triplet: 97, BC and DB. RGB value is (151,188,219). Sum of RGB (Red+Green+Blue) = 151+188+219=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #97BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCDB is #684324. Grayscale: #B4B4B4. Windows color (decimal): -6832933 or 14400663. OLE color: 14400663.
HSL color Cylindrical-coordinate representation of color #97BCDB: hue angle of 207.35º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97BCDB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 188 | 219 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.14 |
| HSL | 207.35º | 0.49% | 0.73% | - |
| HSV(B) | 207.35º | 0.31% | 0.86% | - |
| XYZ | 43.53 | 47.66 | 73.92 | - |
| YUV | 180.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 188 | 219 | 0.31 | 0.14 | 0 | 0.14 | 207.35 | 0.49 | 0.73 |
| Hex | 97 | BC | DB | 1F | E | 0 | E | CF | 31 | 49 |
| Octal | 227 | 274 | 333 | 37 | 16 | 0 | 16 | 317 | 61 | 111 |
| Binary | 10010111 | 10111100 | 11011011 | 11111 | 1110 | 0 | 1110 | 11001111 | 110001 | 1001001 |
Color Harmonies of #97BCDB
Complementary color
Monochromatic Colors of #97BCDB
Black with #97BCDB
Text Example
Text Example
White with #97BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BCDB; }
p { color: rgb(151,188,219); }
H1.HeaderClassName
{
color: #97BCDB;
}
.AnyTagClassName
{
color: #97BCDB;
}
</style>
background-color css
<style>
a { background-color: #97BCDB; }
a { background-color: rgb(151,188,219); }
div.DivClassName
{
background-color: #97BCDB;
}
.BgClassName
{
background-color: #97BCDB;
}
</style>
border-color css
<style>
span { border-color: #97BCDB; }
span { border-color: rgb(151,188,219); }
td.TdClassName
{
border-color: #97BCDB;
}
.TagClassName
{
border-color: #97BCDB;
}
</style>