Html Css Color HEX #90ABBF Nepal

📋 copy color: '#90ABBF'

red 144 ◦ green 171 ◦ blue 191

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

Shades of Nepal #90ABBF

Tints of Nepal #90ABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.75%

R = 28.46%
G = 33.79%
B = 37.75%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90ABBF (or 0x90ABBF) is known color: Nepal. HEX triplet: 90, AB and BF. RGB value is (144,171,191). Sum of RGB (Red+Green+Blue) = 144+171+191=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #90ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABBF is #6F5440. Grayscale: #A5A5A5. Windows color (decimal): -7296065 or 12561296. OLE color: 12561296.

HSL color Cylindrical-coordinate representation of color #90ABBF: hue angle of 205.53º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90ABBF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 171 191 -
CMYK 0.25 0.10 0 0.25
HSL 205.53º 0.27% 0.66% -
HSV(B) 205.53º 0.25% 0.75% -
XYZ 35.47 38.82 54.91 -
YUV 165.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 144 171 191 0.25 0.10 0 0.25 205.53 0.27 0.66
Hex 90 AB BF 19 A 0 19 CE 1B 42
Octal 220 253 277 31 12 0 31 316 33 102
Binary 10010000 10101011 10111111 11001 1010 0 11001 11001110 11011 1000010

Color Harmonies of #90ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABBF

Black with #90ABBF

Text Example


Text Example

White with #90ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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