#97AFBE

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

Shades of Nepal #97AFBE

Tints of Nepal #97AFBE

Color information

#97AFBE (or 0x97AFBE) is unknown color: approx Nepal. HEX triplet: 97, AF and BE. RGB value is (151,175,190). Sum of RGB (Red+Green+Blue) = 151+175+190=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #97AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AFBE is #685041. Grayscale: #A9A9A9. Windows color (decimal): -6836290 or 12496791. OLE color: 12496791.

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

Color convert

RGB151175190-
CMYK0.210.0800.25
HSL203.08º23.08%66.86%-
HSV(B)203.08º20.53%74.51%-
XYZ37.3940.9654.65-
YUV169.53139.55114.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=29.26%
G=33.91%
B=36.82%

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
Decimal1511751900.210.0800.25203.0823.0866.86
Hex97AFBE158019cb1743
Octal227257276251003131327103
Binary10010111101011111011111010101100001100111001011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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