#97C5EB

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

Shades of Cornflower #97C5EB

Tints of Cornflower #97C5EB

Color information

#97C5EB (or 0x97C5EB) is unknown color: approx Cornflower. HEX triplet: 97, C5 and EB. RGB value is (151,197,235). Sum of RGB (Red+Green+Blue) = 151+197+235=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #97C5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C5EB is #683A14. Grayscale: #BBBBBB. Windows color (decimal): -6830613 or 15451543. OLE color: 15451543.

HSL color Cylindrical-coordinate representation of color #97C5EB: hue angle of 207.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97C5EB is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151197235-
CMYK0.360.1600.08
HSL207.14º67.74%75.69%-
HSV(B)207.14º35.74%92.16%-
XYZ47.7252.5186.22-
YUV187.58154.76101.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.90%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=25.90%
G=33.79%
B=40.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511972350.360.1600.08207.1467.7475.69
Hex97C5EB241008cf444c
Octal2273053534420010317104114
Binary10010111110001011110101110010010000010001100111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,197,235); }

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

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

 a { background-color: rgb(151,197,235); }

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

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

 span { border-color: rgb(151,197,235); }

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