Shades of Cornflower #97BDEF
Tints of Cornflower #97BDEF
RGB
CMYK
RGB Variations
Color information
#97BDEF (or 0x97BDEF) is known color: Cornflower. HEX triplet: 97, BD and EF. RGB value is (151,189,239). Sum of RGB (Red+Green+Blue) = 151+189+239=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #97BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BDEF is #684210. Grayscale: #B7B7B7. Windows color (decimal): -6832657 or 15711639. OLE color: 15711639.
HSL color Cylindrical-coordinate representation of color #97BDEF: hue angle of 214.09º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97BDEF is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 189 | 239 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.06 |
| HSL | 214.09º | 0.73% | 0.76% | - |
| HSV(B) | 214.09º | 0.37% | 0.94% | - |
| XYZ | 46.54 | 49.21 | 88.71 | - |
| YUV | 183.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 189 | 239 | 0.37 | 0.21 | 0 | 0.06 | 214.09 | 0.73 | 0.76 |
| Hex | 97 | BD | EF | 25 | 15 | 0 | 6 | D6 | 49 | 4C |
| Octal | 227 | 275 | 357 | 45 | 25 | 0 | 6 | 326 | 111 | 114 |
| Binary | 10010111 | 10111101 | 11101111 | 100101 | 10101 | 0 | 110 | 11010110 | 1001001 | 1001100 |
Color Harmonies of #97BDEF
Complementary color
Monochromatic Colors of #97BDEF
Black with #97BDEF
Text Example
Text Example
White with #97BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BDEF; }
p { color: rgb(151,189,239); }
H1.HeaderClassName
{
color: #97BDEF;
}
.AnyTagClassName
{
color: #97BDEF;
}
</style>
background-color css
<style>
a { background-color: #97BDEF; }
a { background-color: rgb(151,189,239); }
div.DivClassName
{
background-color: #97BDEF;
}
.BgClassName
{
background-color: #97BDEF;
}
</style>
border-color css
<style>
span { border-color: #97BDEF; }
span { border-color: rgb(151,189,239); }
td.TdClassName
{
border-color: #97BDEF;
}
.TagClassName
{
border-color: #97BDEF;
}
</style>