#97AEEB

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

Shades of Perano #97AEEB

Tints of Perano #97AEEB

Color information

#97AEEB (or 0x97AEEB) is unknown color: approx Perano. HEX triplet: 97, AE and EB. RGB value is (151,174,235). Sum of RGB (Red+Green+Blue) = 151+174+235=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #97AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97AEEB is #685114. Grayscale: #ADADAD. Windows color (decimal): -6836501 or 15445655. OLE color: 15445655.

HSL color Cylindrical-coordinate representation of color #97AEEB: hue angle of 223.57º 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 #97AEEB is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151174235-
CMYK0.360.2600.08
HSL223.57º67.74%75.69%-
HSV(B)223.57º35.74%92.16%-
XYZ42.8942.8584.61-
YUV174.08162.38111.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=26.96%
G=31.07%
B=41.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511742350.360.2600.08223.5767.7475.69
Hex97AEEB241A08e0444c
Octal2272563534432010340104114
Binary10010111101011101110101110010011010010001110000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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