Html Css Color HEX #8DAABE Nepal

📋 copy color: '#8DAABE'

red 141 ◦ green 170 ◦ blue 190

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

Shades of Nepal #8DAABE

Tints of Nepal #8DAABE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 28.14%
G = 33.93%
B = 37.92%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8DAABE (or 0x8DAABE) is known color: Nepal. HEX triplet: 8D, AA and BE. RGB value is (141,170,190). Sum of RGB (Red+Green+Blue) = 141+170+190=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAABE is #725541. Grayscale: #A3A3A3. Windows color (decimal): -7492930 or 12495501. OLE color: 12495501.

HSL color Cylindrical-coordinate representation of color #8DAABE: hue angle of 204.49º 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 #8DAABE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 170 190 -
CMYK 0.26 0.11 0 0.25
HSL 204.49º 0.27% 0.65% -
HSV(B) 204.49º 0.26% 0.75% -
XYZ 34.65 38.13 54.25 -
YUV 163.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 141 170 190 0.26 0.11 0 0.25 204.49 0.27 0.65
Hex 8D AA BE 1A B 0 19 CC 1B 41
Octal 215 252 276 32 13 0 31 314 33 101
Binary 10001101 10101010 10111110 11010 1011 0 11001 11001100 11011 1000001

Color Harmonies of #8DAABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAABE

Black with #8DAABE

Text Example


Text Example

White with #8DAABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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