Shades of Cornflower #97D2EA
Tints of Cornflower #97D2EA
RGB
CMYK
RGB Variations
Color information
#97D2EA (or 0x97D2EA) is known color: Cornflower. HEX triplet: 97, D2 and EA. RGB value is (151,210,234). Sum of RGB (Red+Green+Blue) = 151+210+234=595 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.38% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #97D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D2EA is #682D15. Grayscale: #C2C2C2. Windows color (decimal): -6827286 or 15389335. OLE color: 15389335.
HSL color Cylindrical-coordinate representation of color #97D2EA: hue angle of 197.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97D2EA is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 210 | 234 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.08 |
| HSL | 197.35º | 0.66% | 0.75% | - |
| HSV(B) | 197.35º | 0.35% | 0.92% | - |
| XYZ | 50.66 | 58.61 | 86.49 | - |
| YUV | 195.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 234 | 0.35 | 0.10 | 0 | 0.08 | 197.35 | 0.66 | 0.75 |
| Hex | 97 | D2 | EA | 23 | A | 0 | 8 | C5 | 42 | 4B |
| Octal | 227 | 322 | 352 | 43 | 12 | 0 | 10 | 305 | 102 | 113 |
| Binary | 10010111 | 11010010 | 11101010 | 100011 | 1010 | 0 | 1000 | 11000101 | 1000010 | 1001011 |
Color Harmonies of #97D2EA
Complementary color
Monochromatic Colors of #97D2EA
Black with #97D2EA
Text Example
Text Example
White with #97D2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D2EA; }
p { color: rgb(151,210,234); }
H1.HeaderClassName
{
color: #97D2EA;
}
.AnyTagClassName
{
color: #97D2EA;
}
</style>
background-color css
<style>
a { background-color: #97D2EA; }
a { background-color: rgb(151,210,234); }
div.DivClassName
{
background-color: #97D2EA;
}
.BgClassName
{
background-color: #97D2EA;
}
</style>
border-color css
<style>
span { border-color: #97D2EA; }
span { border-color: rgb(151,210,234); }
td.TdClassName
{
border-color: #97D2EA;
}
.TagClassName
{
border-color: #97D2EA;
}
</style>