#99AFBA

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

Shades of Nepal #99AFBA

Tints of Nepal #99AFBA

Color information

#99AFBA (or 0x99AFBA) is unknown color: approx Nepal. HEX triplet: 99, AF and BA. RGB value is (153,175,186). Sum of RGB (Red+Green+Blue) = 153+175+186=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #99AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFBA is #665045. Grayscale: #A9A9A9. Windows color (decimal): -6705222 or 12234649. OLE color: 12234649.

HSL color Cylindrical-coordinate representation of color #99AFBA: hue angle of 200º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99AFBA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153175186-
CMYK0.180.0600.27
HSL200º19.3%66.47%-
HSV(B)200º17.74%72.94%-
XYZ37.3340.9852.4-
YUV169.68137.21116.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=29.77%
G=34.05%
B=36.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531751860.180.0600.2720019.366.47
Hex99AFBA12601Bc81342
Octal23125727222603331023102
Binary1001100110101111101110101001011001101111001000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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