Html Css Color HEX #95ABBA Nepal

📋 copy color: '#95ABBA'

red 149 ◦ green 171 ◦ blue 186

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

Shades of Nepal #95ABBA

Tints of Nepal #95ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.79%

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

R = 29.45%
G = 33.79%
B = 36.76%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#95ABBA (or 0x95ABBA) is known color: Nepal. HEX triplet: 95, AB and BA. RGB value is (149,171,186). Sum of RGB (Red+Green+Blue) = 149+171+186=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #95ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABBA is #6A5445. Grayscale: #A6A6A6. Windows color (decimal): -6968390 or 12233621. OLE color: 12233621.

HSL color Cylindrical-coordinate representation of color #95ABBA: hue angle of 204.32º 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 #95ABBA is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 171 186 -
CMYK 0.20 0.08 0 0.27
HSL 204.32º 0.21% 0.66% -
HSV(B) 204.32º 0.2% 0.73% -
XYZ 35.82 39.06 52.11 -
YUV 166.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 149 171 186 0.20 0.08 0 0.27 204.32 0.21 0.66
Hex 95 AB BA 14 8 0 1B CC 15 42
Octal 225 253 272 24 10 0 33 314 25 102
Binary 10010101 10101011 10111010 10100 1000 0 11011 11001100 10101 1000010

Color Harmonies of #95ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ABBA

Black with #95ABBA

Text Example


Text Example

White with #95ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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