Html Css Color HEX #8FADBE Nepal

📋 copy color: '#8FADBE'

red 143 ◦ green 173 ◦ blue 190

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

Shades of Nepal #8FADBE

Tints of Nepal #8FADBE

RGB

 RED value IS 143 (56.25% from 255) = 28.26%

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

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

R = 28.26%
G = 34.19%
B = 37.55%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FADBE (or 0x8FADBE) is known color: Nepal. HEX triplet: 8F, AD and BE. RGB value is (143,173,190). Sum of RGB (Red+Green+Blue) = 143+173+190=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 173 (67.97% from 255 or 34.19% 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 #8FADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADBE is #705241. Grayscale: #A5A5A5. Windows color (decimal): -7361090 or 12496271. OLE color: 12496271.

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

Color convert

RGB 143 173 190 -
CMYK 0.25 0.09 0 0.25
HSL 201.7º 0.27% 0.65% -
HSV(B) 201.7º 0.25% 0.75% -
XYZ 35.57 39.44 54.45 -
YUV 165.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 143 173 190 0.25 0.09 0 0.25 201.7 0.27 0.65
Hex 8F AD BE 19 9 0 19 CA 1B 41
Octal 217 255 276 31 11 0 31 312 33 101
Binary 10001111 10101101 10111110 11001 1001 0 11001 11001010 11011 1000001

Color Harmonies of #8FADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADBE

Black with #8FADBE

Text Example


Text Example

White with #8FADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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