Html Css Color HEX #8DADBE Nepal

📋 copy color: '#8DADBE'

red 141 ◦ green 173 ◦ blue 190

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

Shades of Nepal #8DADBE

Tints of Nepal #8DADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

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

R = 27.98%
G = 34.33%
B = 37.7%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8DADBE (or 0x8DADBE) is known color: Nepal. HEX triplet: 8D, AD and BE. RGB value is (141,173,190). Sum of RGB (Red+Green+Blue) = 141+173+190=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADBE is #725241. Grayscale: #A5A5A5. Windows color (decimal): -7492162 or 12496269. OLE color: 12496269.

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

Color convert

RGB 141 173 190 -
CMYK 0.26 0.09 0 0.25
HSL 200.82º 0.27% 0.65% -
HSV(B) 200.82º 0.26% 0.75% -
XYZ 35.22 39.27 54.44 -
YUV 165.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 141 173 190 0.26 0.09 0 0.25 200.82 0.27 0.65
Hex 8D AD BE 1A 9 0 19 C9 1B 41
Octal 215 255 276 32 11 0 31 311 33 101
Binary 10001101 10101101 10111110 11010 1001 0 11001 11001001 11011 1000001

Color Harmonies of #8DADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADBE

Black with #8DADBE

Text Example


Text Example

White with #8DADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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