#8FAAC1

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

Shades of Nepal #8FAAC1

Tints of Nepal #8FAAC1

Color information

#8FAAC1 (or 0x8FAAC1) is unknown color: approx Nepal. HEX triplet: 8F, AA and C1. RGB value is (143,170,193). Sum of RGB (Red+Green+Blue) = 143+170+193=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FAAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAC1 is #70553E. Grayscale: #A4A4A4. Windows color (decimal): -7361855 or 12692111. OLE color: 12692111.

HSL color Cylindrical-coordinate representation of color #8FAAC1: hue angle of 207.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FAAC1 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143170193-
CMYK0.260.1200.24
HSL207.6º28.74%65.88%-
HSV(B)207.6º25.91%75.69%-
XYZ35.3338.4456.01-
YUV164.55144.05112.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.26%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=28.26%
G=33.60%
B=38.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431701930.260.1200.24207.628.7465.88
Hex8FAAC11AC018d01d42
Octal217252301321403032035102
Binary10001111101010101100000111010110001100011010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FAAC1; }

 p { color: rgb(143,170,193); }

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

<style>
 a { background-color: #8FAAC1; }

 a { background-color: rgb(143,170,193); }

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

<style>
 span { border-color: #8FAAC1; }

 span { border-color: rgb(143,170,193); }

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