#96AEC2

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

Shades of Nepal #96AEC2

Tints of Nepal #96AEC2

Color information

#96AEC2 (or 0x96AEC2) is unknown color: approx Nepal. HEX triplet: 96, AE and C2. RGB value is (150,174,194). Sum of RGB (Red+Green+Blue) = 150+174+194=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #96AEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEC2 is #69513D. Grayscale: #A9A9A9. Windows color (decimal): -6902078 or 12758678. OLE color: 12758678.

HSL color Cylindrical-coordinate representation of color #96AEC2: hue angle of 207.27º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96AEC2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150174194-
CMYK0.230.1000.24
HSL207.27º26.51%67.45%-
HSV(B)207.27º22.68%76.08%-
XYZ37.4540.6556.91-
YUV169.1142.05114.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 194 (76.17% from 255) = 37.45%
R=28.96%
G=33.59%
B=37.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501741940.230.1000.24207.2726.5167.45
Hex96AEC217A018cf1b43
Octal226256302271203031733103
Binary10010110101011101100001010111101001100011001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AEC2; }

 p { color: rgb(150,174,194); }

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

<style>
 a { background-color: #96AEC2; }

 a { background-color: rgb(150,174,194); }

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

<style>
 span { border-color: #96AEC2; }

 span { border-color: rgb(150,174,194); }

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