#97C0E4

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

Shades of Cornflower #97C0E4

Tints of Cornflower #97C0E4

Color information

#97C0E4 (or 0x97C0E4) is unknown color: approx Cornflower. HEX triplet: 97, C0 and E4. RGB value is (151,192,228). Sum of RGB (Red+Green+Blue) = 151+192+228=571 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.44% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 228 - color contains mainly: blue. Hex color #97C0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0E4 is #683F1B. Grayscale: #B7B7B7. Windows color (decimal): -6831900 or 14991511. OLE color: 14991511.

HSL color Cylindrical-coordinate representation of color #97C0E4: hue angle of 208.05º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97C0E4 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB151192228-
CMYK0.340.1600.11
HSL208.05º58.78%74.31%-
HSV(B)208.05º33.77%89.41%-
XYZ45.6249.8880.62-
YUV183.84152.92104.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.44%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=26.44%
G=33.63%
B=39.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1511922280.340.1600.11208.0558.7874.31
Hex97C0E422100Bd03b4a
Octal227300344422001332073112
Binary1001011111000000111001001000101000001011110100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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