Shades of Cornflower #97D8EF
Tints of Cornflower #97D8EF
RGB
CMYK
RGB Variations
Color information
#97D8EF (or 0x97D8EF) is known color: Cornflower. HEX triplet: 97, D8 and EF. RGB value is (151,216,239). Sum of RGB (Red+Green+Blue) = 151+216+239=606 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.92% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #97D8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D8EF is #682710. Grayscale: #C7C7C7. Windows color (decimal): -6825745 or 15718551. OLE color: 15718551.
HSL color Cylindrical-coordinate representation of color #97D8EF: hue angle of 195.68º 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 #97D8EF is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 216 | 239 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.06 |
| HSL | 195.68º | 0.73% | 0.76% | - |
| HSV(B) | 195.68º | 0.37% | 0.94% | - |
| XYZ | 52.9 | 61.92 | 90.83 | - |
| YUV | 199.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 216 | 239 | 0.37 | 0.10 | 0 | 0.06 | 195.68 | 0.73 | 0.76 |
| Hex | 97 | D8 | EF | 25 | A | 0 | 6 | C4 | 49 | 4C |
| Octal | 227 | 330 | 357 | 45 | 12 | 0 | 6 | 304 | 111 | 114 |
| Binary | 10010111 | 11011000 | 11101111 | 100101 | 1010 | 0 | 110 | 11000100 | 1001001 | 1001100 |
Color Harmonies of #97D8EF
Complementary color
Monochromatic Colors of #97D8EF
Black with #97D8EF
Text Example
Text Example
White with #97D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D8EF; }
p { color: rgb(151,216,239); }
H1.HeaderClassName
{
color: #97D8EF;
}
.AnyTagClassName
{
color: #97D8EF;
}
</style>
background-color css
<style>
a { background-color: #97D8EF; }
a { background-color: rgb(151,216,239); }
div.DivClassName
{
background-color: #97D8EF;
}
.BgClassName
{
background-color: #97D8EF;
}
</style>
border-color css
<style>
span { border-color: #97D8EF; }
span { border-color: rgb(151,216,239); }
td.TdClassName
{
border-color: #97D8EF;
}
.TagClassName
{
border-color: #97D8EF;
}
</style>