Html Css Color HEX #90ADBB Nepal

📋 copy color: '#90ADBB'

red 144 ◦ green 173 ◦ blue 187

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

Shades of Nepal #90ADBB

Tints of Nepal #90ADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

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

R = 28.57%
G = 34.33%
B = 37.1%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#90ADBB (or 0x90ADBB) is known color: Nepal. HEX triplet: 90, AD and BB. RGB value is (144,173,187). Sum of RGB (Red+Green+Blue) = 144+173+187=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #90ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADBB is #6F5244. Grayscale: #A5A5A5. Windows color (decimal): -7295557 or 12299664. OLE color: 12299664.

HSL color Cylindrical-coordinate representation of color #90ADBB: hue angle of 199.53º 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 #90ADBB is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 173 187 -
CMYK 0.23 0.07 0 0.27
HSL 199.53º 0.24% 0.65% -
HSV(B) 199.53º 0.23% 0.73% -
XYZ 35.41 39.4 52.75 -
YUV 165.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 144 173 187 0.23 0.07 0 0.27 199.53 0.24 0.65
Hex 90 AD BB 17 7 0 1B C8 18 41
Octal 220 255 273 27 7 0 33 310 30 101
Binary 10010000 10101101 10111011 10111 111 0 11011 11001000 11000 1000001

Color Harmonies of #90ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADBB

Black with #90ADBB

Text Example


Text Example

White with #90ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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