#90AFBF

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

Shades of Nepal #90AFBF

Tints of Nepal #90AFBF

Color information

#90AFBF (or 0x90AFBF) is unknown color: approx Nepal. HEX triplet: 90, AF and BF. RGB value is (144,175,191). Sum of RGB (Red+Green+Blue) = 144+175+191=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #90AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFBF is #6F5040. Grayscale: #A7A7A7. Windows color (decimal): -7295041 or 12562320. OLE color: 12562320.

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

Color convert

RGB144175191-
CMYK0.250.0800.25
HSL200.43º26.86%65.69%-
HSV(B)200.43º24.61%74.9%-
XYZ36.2440.3555.17-
YUV167.56141.23111.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.24%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 191 (75% from 255) = 37.45%
R=28.24%
G=34.31%
B=37.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441751910.250.0800.25200.4326.8665.69
Hex90AFBF198019c81b42
Octal220257277311003131033102
Binary10010000101011111011111111001100001100111001000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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