Html Css Color HEX #95ADB8 Nepal

📋 copy color: '#95ADB8'

red 149 ◦ green 173 ◦ blue 184

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

Shades of Nepal #95ADB8

Tints of Nepal #95ADB8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.19%

 BLUE value IS 184 (72.27% from 255) = 36.36%

R = 29.45%
G = 34.19%
B = 36.36%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#95ADB8 (or 0x95ADB8) is known color: Nepal. HEX triplet: 95, AD and B8. RGB value is (149,173,184). Sum of RGB (Red+Green+Blue) = 149+173+184=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 184 - color contains mainly: blue. Hex color #95ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADB8 is #6A5247. Grayscale: #A7A7A7. Windows color (decimal): -6967880 or 12103061. OLE color: 12103061.

HSL color Cylindrical-coordinate representation of color #95ADB8: hue angle of 198.86º degrees, saturation: 0.2, 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 #95ADB8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 173 184 -
CMYK 0.19 0.06 0 0.28
HSL 198.86º 0.2% 0.65% -
HSV(B) 198.86º 0.19% 0.72% -
XYZ 35.99 39.74 51.12 -
YUV 167.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 149 173 184 0.19 0.06 0 0.28 198.86 0.2 0.65
Hex 95 AD B8 13 6 0 1C C7 14 41
Octal 225 255 270 23 6 0 34 307 24 101
Binary 10010101 10101101 10111000 10011 110 0 11100 11000111 10100 1000001

Color Harmonies of #95ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADB8

Black with #95ADB8

Text Example


Text Example

White with #95ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,173,184); }

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

background-color css

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

 a { background-color: rgb(149,173,184); }

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

border-color css

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

 span { border-color: rgb(149,173,184); }

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