Html Css Color HEX #94AABA Nepal

📋 copy color: '#94AABA'

red 148 ◦ green 170 ◦ blue 186

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

Shades of Nepal #94AABA

Tints of Nepal #94AABA

RGB

 RED value IS 148 (58.2% from 255) = 29.37%

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

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

R = 29.37%
G = 33.73%
B = 36.9%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#94AABA (or 0x94AABA) is known color: Nepal. HEX triplet: 94, AA and BA. RGB value is (148,170,186). Sum of RGB (Red+Green+Blue) = 148+170+186=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #94AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AABA is #6B5545. Grayscale: #A5A5A5. Windows color (decimal): -7034182 or 12233364. OLE color: 12233364.

HSL color Cylindrical-coordinate representation of color #94AABA: hue angle of 205.26º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94AABA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 170 186 -
CMYK 0.20 0.09 0 0.27
HSL 205.26º 0.22% 0.65% -
HSV(B) 205.26º 0.2% 0.73% -
XYZ 35.45 38.59 52.03 -
YUV 165.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 148 170 186 0.20 0.09 0 0.27 205.26 0.22 0.65
Hex 94 AA BA 14 9 0 1B CD 16 41
Octal 224 252 272 24 11 0 33 315 26 101
Binary 10010100 10101010 10111010 10100 1001 0 11011 11001101 10110 1000001

Color Harmonies of #94AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AABA

Black with #94AABA

Text Example


Text Example

White with #94AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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