Shades of Cornflower #97D6EF
Tints of Cornflower #97D6EF
RGB
CMYK
RGB Variations
Color information
#97D6EF (or 0x97D6EF) is known color: Cornflower. HEX triplet: 97, D6 and EF. RGB value is (151,214,239). Sum of RGB (Red+Green+Blue) = 151+214+239=604 (80% of max value = 765). Red value is 151 (59.38% from 255 or 25% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #97D6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D6EF is #682910. Grayscale: #C5C5C5. Windows color (decimal): -6826257 or 15718039. OLE color: 15718039.
HSL color Cylindrical-coordinate representation of color #97D6EF: hue angle of 197.05º 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 #97D6EF is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 214 | 239 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.06 |
| HSL | 197.05º | 0.73% | 0.76% | - |
| HSV(B) | 197.05º | 0.37% | 0.94% | - |
| XYZ | 52.39 | 60.9 | 90.66 | - |
| YUV | 198.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 239 | 0.37 | 0.10 | 0 | 0.06 | 197.05 | 0.73 | 0.76 |
| Hex | 97 | D6 | EF | 25 | A | 0 | 6 | C5 | 49 | 4C |
| Octal | 227 | 326 | 357 | 45 | 12 | 0 | 6 | 305 | 111 | 114 |
| Binary | 10010111 | 11010110 | 11101111 | 100101 | 1010 | 0 | 110 | 11000101 | 1001001 | 1001100 |
Color Harmonies of #97D6EF
Complementary color
Monochromatic Colors of #97D6EF
Black with #97D6EF
Text Example
Text Example
White with #97D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D6EF; }
p { color: rgb(151,214,239); }
H1.HeaderClassName
{
color: #97D6EF;
}
.AnyTagClassName
{
color: #97D6EF;
}
</style>
background-color css
<style>
a { background-color: #97D6EF; }
a { background-color: rgb(151,214,239); }
div.DivClassName
{
background-color: #97D6EF;
}
.BgClassName
{
background-color: #97D6EF;
}
</style>
border-color css
<style>
span { border-color: #97D6EF; }
span { border-color: rgb(151,214,239); }
td.TdClassName
{
border-color: #97D6EF;
}
.TagClassName
{
border-color: #97D6EF;
}
</style>