Html Css Color HEX #8DABBA Nepal

📋 copy color: '#8DABBA'

red 141 ◦ green 171 ◦ blue 186

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

Shades of Nepal #8DABBA

Tints of Nepal #8DABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 28.31%
G = 34.34%
B = 37.35%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8DABBA (or 0x8DABBA) is known color: Nepal. HEX triplet: 8D, AB and BA. RGB value is (141,171,186). Sum of RGB (Red+Green+Blue) = 141+171+186=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABBA is #725445. Grayscale: #A3A3A3. Windows color (decimal): -7492678 or 12233613. OLE color: 12233613.

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

Color convert

RGB 141 171 186 -
CMYK 0.24 0.08 0 0.27
HSL 200º 0.25% 0.64% -
HSV(B) 200º 0.24% 0.73% -
XYZ 34.41 38.33 52.04 -
YUV 163.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 141 171 186 0.24 0.08 0 0.27 200 0.25 0.64
Hex 8D AB BA 18 8 0 1B C8 19 40
Octal 215 253 272 30 10 0 33 310 31 100
Binary 10001101 10101011 10111010 11000 1000 0 11011 11001000 11001 1000000

Color Harmonies of #8DABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DABBA

Black with #8DABBA

Text Example


Text Example

White with #8DABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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