#97ADBE

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

Shades of Nepal #97ADBE

Tints of Nepal #97ADBE

Color information

#97ADBE (or 0x97ADBE) is unknown color: approx Nepal. HEX triplet: 97, AD and BE. RGB value is (151,173,190). Sum of RGB (Red+Green+Blue) = 151+173+190=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #97ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADBE is #685241. Grayscale: #A8A8A8. Windows color (decimal): -6836802 or 12496279. OLE color: 12496279.

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

Color convert

RGB151173190-
CMYK0.210.0900.25
HSL206.15º23.08%66.86%-
HSV(B)206.15º20.53%74.51%-
XYZ3740.1854.52-
YUV168.36140.21115.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.38%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=29.38%
G=33.66%
B=36.96%

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
Decimal1511731900.210.0900.25206.1523.0866.86
Hex97ADBE159019ce1743
Octal227255276251103131627103
Binary10010111101011011011111010101100101100111001110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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