#97AEBE

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

Shades of Nepal #97AEBE

Tints of Nepal #97AEBE

Color information

#97AEBE (or 0x97AEBE) is unknown color: approx Nepal. HEX triplet: 97, AE and BE. RGB value is (151,174,190). Sum of RGB (Red+Green+Blue) = 151+174+190=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #97AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AEBE is #685141. Grayscale: #A8A8A8. Windows color (decimal): -6836546 or 12496535. OLE color: 12496535.

HSL color Cylindrical-coordinate representation of color #97AEBE: hue angle of 204.62º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97AEBE is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151174190-
CMYK0.210.0800.25
HSL204.62º23.08%66.86%-
HSV(B)204.62º20.53%74.51%-
XYZ37.1940.5754.59-
YUV168.95139.88115.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=29.32%
G=33.79%
B=36.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511741900.210.0800.25204.6223.0866.86
Hex97AEBE158019cd1743
Octal227256276251003131527103
Binary10010111101011101011111010101100001100111001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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