#90AFC0

Color #90AFC0 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #90AFC0

Tints of Nepal #90AFC0

Color information

#90AFC0 (or 0x90AFC0) is unknown color: approx Nepal. HEX triplet: 90, AF and C0. RGB value is (144,175,192). Sum of RGB (Red+Green+Blue) = 144+175+192=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #90AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFC0 is #6F503F. Grayscale: #A7A7A7. Windows color (decimal): -7295040 or 12627856. OLE color: 12627856.

HSL color Cylindrical-coordinate representation of color #90AFC0: hue angle of 201.25º degrees, saturation: 0.28, 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 #90AFC0 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144175192-
CMYK0.250.0900.25
HSL201.25º27.59%65.88%-
HSV(B)201.25º25%75.29%-
XYZ36.3540.455.75-
YUV167.67141.73111.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.18%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=28.18%
G=34.25%
B=37.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441751920.250.0900.25201.2527.5965.88
Hex90AFC0199019c91c42
Octal220257300311103131134102
Binary10010000101011111100000011001100101100111001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,175,192); }

 H1.HeaderClassName
 {
   color: #90AFC0;
 }
 .AnyTagClassName
 {
   color: #90AFC0;
 }
</style>
background-color css

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

 a { background-color: rgb(144,175,192); }

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

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

 span { border-color: rgb(144,175,192); }

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