#97CAEC

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

Shades of Cornflower #97CAEC

Tints of Cornflower #97CAEC

Color information

#97CAEC (or 0x97CAEC) is unknown color: approx Cornflower. HEX triplet: 97, CA and EC. RGB value is (151,202,236). Sum of RGB (Red+Green+Blue) = 151+202+236=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #97CAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CAEC is #683513. Grayscale: #BEBEBE. Windows color (decimal): -6829332 or 15518359. OLE color: 15518359.

HSL color Cylindrical-coordinate representation of color #97CAEC: hue angle of 204º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97CAEC is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151202236-
CMYK0.360.1400.07
HSL204º69.11%75.88%-
HSV(B)204º36.02%92.55%-
XYZ49.0254.8887.37-
YUV190.63153.699.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.64%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=25.64%
G=34.30%
B=40.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512022360.360.1400.0720469.1175.88
Hex97CAEC24E07cc454c
Octal227312354441607314105114
Binary100101111100101011101100100100111001111100110010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,202,236); }

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

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

 a { background-color: rgb(151,202,236); }

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

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

 span { border-color: rgb(151,202,236); }

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