#99AFBD

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

Shades of Nepal #99AFBD

Tints of Nepal #99AFBD

Color information

#99AFBD (or 0x99AFBD) is unknown color: approx Nepal. HEX triplet: 99, AF and BD. RGB value is (153,175,189). Sum of RGB (Red+Green+Blue) = 153+175+189=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #99AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFBD is #665042. Grayscale: #A9A9A9. Windows color (decimal): -6705219 or 12431257. OLE color: 12431257.

HSL color Cylindrical-coordinate representation of color #99AFBD: hue angle of 203.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99AFBD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153175189-
CMYK0.190.0700.26
HSL203.33º21.43%67.06%-
HSV(B)203.33º19.05%74.12%-
XYZ37.6541.1154.09-
YUV170.02138.71115.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=29.59%
G=33.85%
B=36.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531751890.190.0700.26203.3321.4367.06
Hex99AFBD13701Acb1543
Octal23125727523703231325103
Binary1001100110101111101111011001111101101011001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AFBD; }

 p { color: rgb(153,175,189); }

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

<style>
 a { background-color: #99AFBD; }

 a { background-color: rgb(153,175,189); }

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

<style>
 span { border-color: #99AFBD; }

 span { border-color: rgb(153,175,189); }

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