#95AFC6

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

Shades of Nepal #95AFC6

Tints of Nepal #95AFC6

Color information

#95AFC6 (or 0x95AFC6) is unknown color: approx Nepal. HEX triplet: 95, AF and C6. RGB value is (149,175,198). Sum of RGB (Red+Green+Blue) = 149+175+198=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #95AFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFC6 is #6A5039. Grayscale: #A9A9A9. Windows color (decimal): -6967354 or 13021077. OLE color: 13021077.

HSL color Cylindrical-coordinate representation of color #95AFC6: hue angle of 208.16º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95AFC6 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149175198-
CMYK0.250.1200.22
HSL208.16º30.06%68.04%-
HSV(B)208.16º24.75%77.65%-
XYZ37.9241.1359.37-
YUV169.85143.89113.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=28.54%
G=33.52%
B=37.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491751980.250.1200.22208.1630.0668.04
Hex95AFC619C016d01e44
Octal225257306311402632036104
Binary10010101101011111100011011001110001011011010000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AFC6; }

 p { color: rgb(149,175,198); }

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

<style>
 a { background-color: #95AFC6; }

 a { background-color: rgb(149,175,198); }

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

<style>
 span { border-color: #95AFC6; }

 span { border-color: rgb(149,175,198); }

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