Html Css Color HEX #95ADBA Nepal

📋 copy color: '#95ADBA'

red 149 ◦ green 173 ◦ blue 186

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

Shades of Nepal #95ADBA

Tints of Nepal #95ADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 29.33%
G = 34.06%
B = 36.61%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#95ADBA (or 0x95ADBA) is known color: Nepal. HEX triplet: 95, AD and BA. RGB value is (149,173,186). Sum of RGB (Red+Green+Blue) = 149+173+186=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #95ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADBA is #6A5245. Grayscale: #A7A7A7. Windows color (decimal): -6967878 or 12234133. OLE color: 12234133.

HSL color Cylindrical-coordinate representation of color #95ADBA: hue angle of 201.08º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95ADBA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 173 186 -
CMYK 0.20 0.07 0 0.27
HSL 201.08º 0.21% 0.66% -
HSV(B) 201.08º 0.2% 0.73% -
XYZ 36.2 39.82 52.23 -
YUV 167.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 149 173 186 0.20 0.07 0 0.27 201.08 0.21 0.66
Hex 95 AD BA 14 7 0 1B C9 15 42
Octal 225 255 272 24 7 0 33 311 25 102
Binary 10010101 10101101 10111010 10100 111 0 11011 11001001 10101 1000010

Color Harmonies of #95ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADBA

Black with #95ADBA

Text Example


Text Example

White with #95ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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