Html Css Color HEX #99AABA Nepal

📋 copy color: '#99AABA'

red 153 ◦ green 170 ◦ blue 186

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

Shades of Nepal #99AABA

Tints of Nepal #99AABA

RGB

 RED value IS 153 (60.16% from 255) = 30.06%

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

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

R = 30.06%
G = 33.4%
B = 36.54%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99AABA (or 0x99AABA) is known color: Nepal. HEX triplet: 99, AA and BA. RGB value is (153,170,186). Sum of RGB (Red+Green+Blue) = 153+170+186=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #99AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AABA is #665545. Grayscale: #A6A6A6. Windows color (decimal): -6706502 or 12233369. OLE color: 12233369.

HSL color Cylindrical-coordinate representation of color #99AABA: hue angle of 209.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99AABA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 170 186 -
CMYK 0.18 0.09 0 0.27
HSL 209.09º 0.19% 0.66% -
HSV(B) 209.09º 0.18% 0.73% -
XYZ 36.37 39.07 52.08 -
YUV 166.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 153 170 186 0.18 0.09 0 0.27 209.09 0.19 0.66
Hex 99 AA BA 12 9 0 1B D1 13 42
Octal 231 252 272 22 11 0 33 321 23 102
Binary 10011001 10101010 10111010 10010 1001 0 11011 11010001 10011 1000010

Color Harmonies of #99AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AABA

Black with #99AABA

Text Example


Text Example

White with #99AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AABA; }

 p { color: rgb(153,170,186); }

 H1.HeaderClassName
 {
   color: #99AABA;
 }
 .AnyTagClassName
 {
   color: #99AABA;
 }
</style>

background-color css

<style>
 a { background-color: #99AABA; }

 a { background-color: rgb(153,170,186); }

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

border-color css

<style>
 span { border-color: #99AABA; }

 span { border-color: rgb(153,170,186); }

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