#97AEBF

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

Shades of Nepal #97AEBF

Tints of Nepal #97AEBF

Color information

#97AEBF (or 0x97AEBF) is unknown color: approx Nepal. HEX triplet: 97, AE and BF. RGB value is (151,174,191). Sum of RGB (Red+Green+Blue) = 151+174+191=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #97AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AEBF is #685140. Grayscale: #A8A8A8. Windows color (decimal): -6836545 or 12562071. OLE color: 12562071.

HSL color Cylindrical-coordinate representation of color #97AEBF: hue angle of 205.5º degrees, saturation: 0.24, 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 #97AEBF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151174191-
CMYK0.210.0900.25
HSL205.5º23.81%67.06%-
HSV(B)205.5º20.94%74.9%-
XYZ37.340.6155.16-
YUV169.06140.38115.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 191 (75% from 255) = 37.02%
R=29.26%
G=33.72%
B=37.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511741910.210.0900.25205.523.8167.06
Hex97AEBF159019ce1843
Octal227256277251103131630103
Binary10010111101011101011111110101100101100111001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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