#8DAFC3

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

Shades of Nepal #8DAFC3

Tints of Nepal #8DAFC3

Color information

#8DAFC3 (or 0x8DAFC3) is unknown color: approx Nepal. HEX triplet: 8D, AF and C3. RGB value is (141,175,195). Sum of RGB (Red+Green+Blue) = 141+175+195=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #8DAFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFC3 is #72503C. Grayscale: #A7A7A7. Windows color (decimal): -7491645 or 12824461. OLE color: 12824461.

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

Color convert

RGB141175195-
CMYK0.280.1000.24
HSL202.22º31.03%65.88%-
HSV(B)202.22º27.69%76.47%-
XYZ36.1640.2657.5-
YUV167.11143.74109.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=27.59%
G=34.25%
B=38.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411751950.280.1000.24202.2231.0365.88
Hex8DAFC31CA018ca1f42
Octal215257303341203031237102
Binary10001101101011111100001111100101001100011001010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,195); }

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

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

 a { background-color: rgb(141,175,195); }

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

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

 span { border-color: rgb(141,175,195); }

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