Html Css Color HEX #90ABBD Nepal

📋 copy color: '#90ABBD'

red 144 ◦ green 171 ◦ blue 189

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

Shades of Nepal #90ABBD

Tints of Nepal #90ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 28.57%
G = 33.93%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#90ABBD (or 0x90ABBD) is known color: Nepal. HEX triplet: 90, AB and BD. RGB value is (144,171,189). Sum of RGB (Red+Green+Blue) = 144+171+189=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #90ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABBD is #6F5442. Grayscale: #A4A4A4. Windows color (decimal): -7296067 or 12430224. OLE color: 12430224.

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

Color convert

RGB 144 171 189 -
CMYK 0.24 0.10 0 0.26
HSL 204º 0.25% 0.65% -
HSV(B) 204º 0.24% 0.74% -
XYZ 35.25 38.73 53.76 -
YUV 164.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 144 171 189 0.24 0.10 0 0.26 204 0.25 0.65
Hex 90 AB BD 18 A 0 1A CC 19 41
Octal 220 253 275 30 12 0 32 314 31 101
Binary 10010000 10101011 10111101 11000 1010 0 11010 11001100 11001 1000001

Color Harmonies of #90ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABBD

Black with #90ABBD

Text Example


Text Example

White with #90ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,171,189); }

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

background-color css

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

 a { background-color: rgb(144,171,189); }

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

border-color css

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

 span { border-color: rgb(144,171,189); }

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