#8DAFBE

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

Shades of Nepal #8DAFBE

Tints of Nepal #8DAFBE

Color information

#8DAFBE (or 0x8DAFBE) is unknown color: approx Nepal. HEX triplet: 8D, AF and BE. RGB value is (141,175,190). Sum of RGB (Red+Green+Blue) = 141+175+190=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFBE is #725041. Grayscale: #A6A6A6. Windows color (decimal): -7491650 or 12496781. OLE color: 12496781.

HSL color Cylindrical-coordinate representation of color #8DAFBE: hue angle of 198.37º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DAFBE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141175190-
CMYK0.260.0800.25
HSL198.37º27.37%64.9%-
HSV(B)198.37º25.79%74.51%-
XYZ35.6140.0454.57-
YUV166.54141.24109.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=27.87%
G=34.58%
B=37.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411751900.260.0800.25198.3727.3764.9
Hex8DAFBE1A8019c61b41
Octal215257276321003130633101
Binary10001101101011111011111011010100001100111000110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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