Html Css Color HEX #8DABC2 Nepal

📋 copy color: '#8DABC2'

red 141 ◦ green 171 ◦ blue 194

#8DABC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #8DABC2

Tints of Nepal #8DABC2

RGB

 RED value IS 141 (55.47% from 255) = 27.87%

 GREEN value IS 171 (67.19% from 255) = 33.79%

 BLUE value IS 194 (76.17% from 255) = 38.34%

R = 27.87%
G = 33.79%
B = 38.34%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8DABC2 (or 0x8DABC2) is known color: Nepal. HEX triplet: 8D, AB and C2. RGB value is (141,171,194). Sum of RGB (Red+Green+Blue) = 141+171+194=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #8DABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABC2 is #72543D. Grayscale: #A4A4A4. Windows color (decimal): -7492670 or 12757901. OLE color: 12757901.

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

Color convert

RGB 141 171 194 -
CMYK 0.27 0.12 0 0.24
HSL 206.04º 0.3% 0.66% -
HSV(B) 206.04º 0.27% 0.76% -
XYZ 35.29 38.68 56.65 -
YUV 164.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 141 171 194 0.27 0.12 0 0.24 206.04 0.3 0.66
Hex 8D AB C2 1B C 0 18 CE 1E 42
Octal 215 253 302 33 14 0 30 316 36 102
Binary 10001101 10101011 11000010 11011 1100 0 11000 11001110 11110 1000010

Color Harmonies of #8DABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DABC2

Black with #8DABC2

Text Example


Text Example

White with #8DABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,171,194); }

 H1.HeaderClassName
 {
   color: #8DABC2;
 }
 .AnyTagClassName
 {
   color: #8DABC2;
 }
</style>

background-color css

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

 a { background-color: rgb(141,171,194); }

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

border-color css

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

 span { border-color: rgb(141,171,194); }

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