#97C0E8

Color #97C0E8 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #97C0E8

Tints of Cornflower #97C0E8

Color information

#97C0E8 (or 0x97C0E8) is unknown color: approx Cornflower. HEX triplet: 97, C0 and E8. RGB value is (151,192,232). Sum of RGB (Red+Green+Blue) = 151+192+232=575 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.26% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #97C0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C0E8 is #683F17. Grayscale: #B8B8B8. Windows color (decimal): -6831896 or 15253655. OLE color: 15253655.

HSL color Cylindrical-coordinate representation of color #97C0E8: hue angle of 209.63º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97C0E8 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB151192232-
CMYK0.350.1700.09
HSL209.63º63.78%75.1%-
HSV(B)209.63º34.91%90.98%-
XYZ46.1850.183.58-
YUV184.3154.92104.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 26.26%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 232 (91.02% from 255) = 40.35%
R=26.26%
G=33.39%
B=40.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1511922320.350.1700.09209.6363.7875.1
Hex97C0E8231109d2404b
Octal2273003504321011322100113
Binary10010111110000001110100010001110001010011101001010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97C0E8; }

 p { color: rgb(151,192,232); }

 H1.HeaderClassName
 {
   color: #97C0E8;
 }
 .AnyTagClassName
 {
   color: #97C0E8;
 }
</style>
background-color css

<style>
 a { background-color: #97C0E8; }

 a { background-color: rgb(151,192,232); }

 div.DivClassName
 {
   background-color: #97C0E8;
 }
 .BgClassName
 {
   background-color: #97C0E8;
 }
</style>
border-color css

<style>
 span { border-color: #97C0E8; }

 span { border-color: rgb(151,192,232); }

 td.TdClassName
 {
   border-color: #97C0E8;
 }
 .TagClassName
 {
   border-color: #97C0E8;
 }
</style>