Html Css Color HEX #8FADBB Nepal

📋 copy color: '#8FADBB'

red 143 ◦ green 173 ◦ blue 187

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

Shades of Nepal #8FADBB

Tints of Nepal #8FADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 28.43%
G = 34.39%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FADBB (or 0x8FADBB) is known color: Nepal. HEX triplet: 8F, AD and BB. RGB value is (143,173,187). Sum of RGB (Red+Green+Blue) = 143+173+187=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADBB is #705244. Grayscale: #A5A5A5. Windows color (decimal): -7361093 or 12299663. OLE color: 12299663.

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

Color convert

RGB 143 173 187 -
CMYK 0.24 0.07 0 0.27
HSL 199.09º 0.24% 0.65% -
HSV(B) 199.09º 0.24% 0.73% -
XYZ 35.24 39.31 52.74 -
YUV 165.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 143 173 187 0.24 0.07 0 0.27 199.09 0.24 0.65
Hex 8F AD BB 18 7 0 1B C7 18 41
Octal 217 255 273 30 7 0 33 307 30 101
Binary 10001111 10101101 10111011 11000 111 0 11011 11000111 11000 1000001

Color Harmonies of #8FADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADBB

Black with #8FADBB

Text Example


Text Example

White with #8FADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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