#96AFC4

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

Shades of Nepal #96AFC4

Tints of Nepal #96AFC4

Color information

#96AFC4 (or 0x96AFC4) is unknown color: approx Nepal. HEX triplet: 96, AF and C4. RGB value is (150,175,196). Sum of RGB (Red+Green+Blue) = 150+175+196=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #96AFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFC4 is #69503B. Grayscale: #A9A9A9. Windows color (decimal): -6901820 or 12890006. OLE color: 12890006.

HSL color Cylindrical-coordinate representation of color #96AFC4: hue angle of 207.39º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96AFC4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150175196-
CMYK0.230.1100.23
HSL207.39º28.05%67.84%-
HSV(B)207.39º23.47%76.86%-
XYZ37.8741.1358.17-
YUV169.92142.72113.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=28.79%
G=33.59%
B=37.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501751960.230.1100.23207.3928.0567.84
Hex96AFC417B017cf1c44
Octal226257304271302731734104
Binary10010110101011111100010010111101101011111001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,175,196); }

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

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

 a { background-color: rgb(150,175,196); }

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

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

 span { border-color: rgb(150,175,196); }

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