#99AFBE

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

Shades of Nepal #99AFBE

Tints of Nepal #99AFBE

Color information

#99AFBE (or 0x99AFBE) is unknown color: approx Nepal. HEX triplet: 99, AF and BE. RGB value is (153,175,190). Sum of RGB (Red+Green+Blue) = 153+175+190=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #99AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFBE is #665041. Grayscale: #AAAAAA. Windows color (decimal): -6705218 or 12496793. OLE color: 12496793.

HSL color Cylindrical-coordinate representation of color #99AFBE: hue angle of 204.32º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99AFBE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153175190-
CMYK0.190.0800.25
HSL204.32º22.16%67.25%-
HSV(B)204.32º19.47%74.51%-
XYZ37.7641.1554.67-
YUV170.13139.21115.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=29.54%
G=33.78%
B=36.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531751900.190.0800.25204.3222.1667.25
Hex99AFBE138019cc1643
Octal231257276231003131426103
Binary10011001101011111011111010011100001100111001100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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