Html Css Color HEX #90ADBE Nepal

📋 copy color: '#90ADBE'

red 144 ◦ green 173 ◦ blue 190

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

Shades of Nepal #90ADBE

Tints of Nepal #90ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 28.4%
G = 34.12%
B = 37.48%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90ADBE (or 0x90ADBE) is known color: Nepal. HEX triplet: 90, AD and BE. RGB value is (144,173,190). Sum of RGB (Red+Green+Blue) = 144+173+190=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #90ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADBE is #6F5241. Grayscale: #A6A6A6. Windows color (decimal): -7295554 or 12496272. OLE color: 12496272.

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

Color convert

RGB 144 173 190 -
CMYK 0.24 0.09 0 0.25
HSL 202.17º 0.26% 0.65% -
HSV(B) 202.17º 0.24% 0.75% -
XYZ 35.74 39.53 54.46 -
YUV 166.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 144 173 190 0.24 0.09 0 0.25 202.17 0.26 0.65
Hex 90 AD BE 18 9 0 19 CA 1A 41
Octal 220 255 276 30 11 0 31 312 32 101
Binary 10010000 10101101 10111110 11000 1001 0 11001 11001010 11010 1000001

Color Harmonies of #90ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADBE

Black with #90ADBE

Text Example


Text Example

White with #90ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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