Html Css Color HEX #8FABC0 Nepal

📋 copy color: '#8FABC0'

red 143 ◦ green 171 ◦ blue 192

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

Shades of Nepal #8FABC0

Tints of Nepal #8FABC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 28.26%
G = 33.79%
B = 37.94%

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

#8FABC0 (or 0x8FABC0) is known color: Nepal. HEX triplet: 8F, AB and C0. RGB value is (143,171,192). Sum of RGB (Red+Green+Blue) = 143+171+192=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABC0 is #70543F. Grayscale: #A4A4A4. Windows color (decimal): -7361600 or 12626831. OLE color: 12626831.

HSL color Cylindrical-coordinate representation of color #8FABC0: hue angle of 205.71º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FABC0 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 171 192 -
CMYK 0.26 0.11 0 0.25
HSL 205.71º 0.28% 0.66% -
HSV(B) 205.71º 0.26% 0.75% -
XYZ 35.41 38.77 55.49 -
YUV 165.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 143 171 192 0.26 0.11 0 0.25 205.71 0.28 0.66
Hex 8F AB C0 1A B 0 19 CE 1C 42
Octal 217 253 300 32 13 0 31 316 34 102
Binary 10001111 10101011 11000000 11010 1011 0 11001 11001110 11100 1000010

Color Harmonies of #8FABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABC0

Black with #8FABC0

Text Example


Text Example

White with #8FABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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