Html Css Color HEX #90AABB Nepal

📋 copy color: '#90AABB'

red 144 ◦ green 170 ◦ blue 187

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

Shades of Nepal #90AABB

Tints of Nepal #90AABB

RGB

 RED value IS 144 (56.64% from 255) = 28.74%

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 28.74%
G = 33.93%
B = 37.33%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#90AABB (or 0x90AABB) is known color: Nepal. HEX triplet: 90, AA and BB. RGB value is (144,170,187). Sum of RGB (Red+Green+Blue) = 144+170+187=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #90AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABB is #6F5544. Grayscale: #A4A4A4. Windows color (decimal): -7296325 or 12298896. OLE color: 12298896.

HSL color Cylindrical-coordinate representation of color #90AABB: hue angle of 203.72º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90AABB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 170 187 -
CMYK 0.23 0.09 0 0.27
HSL 203.72º 0.24% 0.65% -
HSV(B) 203.72º 0.23% 0.73% -
XYZ 34.85 38.27 52.56 -
YUV 164.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 144 170 187 0.23 0.09 0 0.27 203.72 0.24 0.65
Hex 90 AA BB 17 9 0 1B CC 18 41
Octal 220 252 273 27 11 0 33 314 30 101
Binary 10010000 10101010 10111011 10111 1001 0 11011 11001100 11000 1000001

Color Harmonies of #90AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AABB

Black with #90AABB

Text Example


Text Example

White with #90AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90AABB; }

 p { color: rgb(144,170,187); }

 H1.HeaderClassName
 {
   color: #90AABB;
 }
 .AnyTagClassName
 {
   color: #90AABB;
 }
</style>

background-color css

<style>
 a { background-color: #90AABB; }

 a { background-color: rgb(144,170,187); }

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

border-color css

<style>
 span { border-color: #90AABB; }

 span { border-color: rgb(144,170,187); }

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