Html Css Color HEX #9AAEC2 Nepal

📋 copy color: '#9AAEC2'

red 154 ◦ green 174 ◦ blue 194

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

Shades of Nepal #9AAEC2

Tints of Nepal #9AAEC2

RGB

 RED value IS 154 (60.55% from 255) = 29.5%

 GREEN value IS 174 (68.36% from 255) = 33.33%

 BLUE value IS 194 (76.17% from 255) = 37.16%

R = 29.5%
G = 33.33%
B = 37.16%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9AAEC2 (or 0x9AAEC2) is known color: Nepal. HEX triplet: 9A, AE and C2. RGB value is (154,174,194). Sum of RGB (Red+Green+Blue) = 154+174+194=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #9AAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEC2 is #65513D. Grayscale: #AAAAAA. Windows color (decimal): -6639934 or 12758682. OLE color: 12758682.

HSL color Cylindrical-coordinate representation of color #9AAEC2: hue angle of 210º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AAEC2 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 174 194 -
CMYK 0.21 0.10 0 0.24
HSL 210º 0.25% 0.68% -
HSV(B) 210º 0.21% 0.76% -
XYZ 38.2 41.04 56.95 -
YUV 170.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 154 174 194 0.21 0.10 0 0.24 210 0.25 0.68
Hex 9A AE C2 15 A 0 18 D2 19 44
Octal 232 256 302 25 12 0 30 322 31 104
Binary 10011010 10101110 11000010 10101 1010 0 11000 11010010 11001 1000100

Color Harmonies of #9AAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAEC2

Black with #9AAEC2

Text Example


Text Example

White with #9AAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AAEC2; }

 p { color: rgb(154,174,194); }

 H1.HeaderClassName
 {
   color: #9AAEC2;
 }
 .AnyTagClassName
 {
   color: #9AAEC2;
 }
</style>

background-color css

<style>
 a { background-color: #9AAEC2; }

 a { background-color: rgb(154,174,194); }

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

border-color css

<style>
 span { border-color: #9AAEC2; }

 span { border-color: rgb(154,174,194); }

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