#99AEC1

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

Shades of Nepal #99AEC1

Tints of Nepal #99AEC1

Color information

#99AEC1 (or 0x99AEC1) is unknown color: approx Nepal. HEX triplet: 99, AE and C1. RGB value is (153,174,193). Sum of RGB (Red+Green+Blue) = 153+174+193=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #99AEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEC1 is #66513E. Grayscale: #A9A9A9. Windows color (decimal): -6705471 or 12693145. OLE color: 12693145.

HSL color Cylindrical-coordinate representation of color #99AEC1: hue angle of 208.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99AEC1 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153174193-
CMYK0.210.1000.24
HSL208.5º24.39%67.84%-
HSV(B)208.5º20.73%75.69%-
XYZ37.940.8956.35-
YUV169.89141.04115.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=29.42%
G=33.46%
B=37.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531741930.210.1000.24208.524.3967.84
Hex99AEC115A018d01844
Octal231256301251203032030104
Binary10011001101011101100000110101101001100011010000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,174,193); }

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

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

 a { background-color: rgb(153,174,193); }

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

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

 span { border-color: rgb(153,174,193); }

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