Html Css Color HEX #90AEC3 Nepal

📋 copy color: '#90AEC3'

red 144 ◦ green 174 ◦ blue 195

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

Shades of Nepal #90AEC3

Tints of Nepal #90AEC3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.92%

 BLUE value IS 195 (76.56% from 255) = 38.01%

R = 28.07%
G = 33.92%
B = 38.01%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#90AEC3 (or 0x90AEC3) is known color: Nepal. HEX triplet: 90, AE and C3. RGB value is (144,174,195). Sum of RGB (Red+Green+Blue) = 144+174+195=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #90AEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEC3 is #6F513C. Grayscale: #A7A7A7. Windows color (decimal): -7295293 or 12824208. OLE color: 12824208.

HSL color Cylindrical-coordinate representation of color #90AEC3: hue angle of 204.71º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90AEC3 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 174 195 -
CMYK 0.26 0.11 0 0.24
HSL 204.71º 0.3% 0.66% -
HSV(B) 204.71º 0.26% 0.76% -
XYZ 36.49 40.14 57.45 -
YUV 167.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 144 174 195 0.26 0.11 0 0.24 204.71 0.3 0.66
Hex 90 AE C3 1A B 0 18 CD 1E 42
Octal 220 256 303 32 13 0 30 315 36 102
Binary 10010000 10101110 11000011 11010 1011 0 11000 11001101 11110 1000010

Color Harmonies of #90AEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AEC3

Black with #90AEC3

Text Example


Text Example

White with #90AEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,174,195); }

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

background-color css

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

 a { background-color: rgb(144,174,195); }

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

border-color css

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

 span { border-color: rgb(144,174,195); }

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