Html Css Color HEX #8FABBA Nepal

📋 copy color: '#8FABBA'

red 143 ◦ green 171 ◦ blue 186

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

Shades of Nepal #8FABBA

Tints of Nepal #8FABBA

RGB

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

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

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

R = 28.6%
G = 34.2%
B = 37.2%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FABBA (or 0x8FABBA) is known color: Nepal. HEX triplet: 8F, AB and BA. RGB value is (143,171,186). Sum of RGB (Red+Green+Blue) = 143+171+186=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABBA is #705445. Grayscale: #A4A4A4. Windows color (decimal): -7361606 or 12233615. OLE color: 12233615.

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

Color convert

RGB 143 171 186 -
CMYK 0.23 0.08 0 0.27
HSL 200.93º 0.24% 0.65% -
HSV(B) 200.93º 0.23% 0.73% -
XYZ 34.75 38.51 52.06 -
YUV 164.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 143 171 186 0.23 0.08 0 0.27 200.93 0.24 0.65
Hex 8F AB BA 17 8 0 1B C9 18 41
Octal 217 253 272 27 10 0 33 311 30 101
Binary 10001111 10101011 10111010 10111 1000 0 11011 11001001 11000 1000001

Color Harmonies of #8FABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABBA

Black with #8FABBA

Text Example


Text Example

White with #8FABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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