Html Css Color HEX #95AAB7 Nepal

📋 copy color: '#95AAB7'

red 149 ◦ green 170 ◦ blue 183

#95AAB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #95AAB7

Tints of Nepal #95AAB7

RGB

 RED value IS 149 (58.59% from 255) = 29.68%

 GREEN value IS 170 (66.8% from 255) = 33.86%

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 29.68%
G = 33.86%
B = 36.45%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#95AAB7 (or 0x95AAB7) is known color: Nepal. HEX triplet: 95, AA and B7. RGB value is (149,170,183). Sum of RGB (Red+Green+Blue) = 149+170+183=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 183 - color contains mainly: blue. Hex color #95AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAB7 is #6A5548. Grayscale: #A5A5A5. Windows color (decimal): -6968649 or 12036757. OLE color: 12036757.

HSL color Cylindrical-coordinate representation of color #95AAB7: hue angle of 202.94º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95AAB7 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 170 183 -
CMYK 0.19 0.07 0 0.28
HSL 202.94º 0.19% 0.65% -
HSV(B) 202.94º 0.19% 0.72% -
XYZ 35.32 38.56 50.38 -
YUV 165.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 149 170 183 0.19 0.07 0 0.28 202.94 0.19 0.65
Hex 95 AA B7 13 7 0 1C CB 13 41
Octal 225 252 267 23 7 0 34 313 23 101
Binary 10010101 10101010 10110111 10011 111 0 11100 11001011 10011 1000001

Color Harmonies of #95AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AAB7

Black with #95AAB7

Text Example


Text Example

White with #95AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AAB7; }

 p { color: rgb(149,170,183); }

 H1.HeaderClassName
 {
   color: #95AAB7;
 }
 .AnyTagClassName
 {
   color: #95AAB7;
 }
</style>

background-color css

<style>
 a { background-color: #95AAB7; }

 a { background-color: rgb(149,170,183); }

 div.DivClassName
 {
   background-color: #95AAB7;
 }
 .BgClassName
 {
   background-color: #95AAB7;
 }
</style>

border-color css

<style>
 span { border-color: #95AAB7; }

 span { border-color: rgb(149,170,183); }

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