Html Css Color HEX #8FACC1 Nepal

📋 copy color: '#8FACC1'

red 143 ◦ green 172 ◦ blue 193

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

Shades of Nepal #8FACC1

Tints of Nepal #8FACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.86%

 BLUE value IS 193 (75.78% from 255) = 37.99%

R = 28.15%
G = 33.86%
B = 37.99%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8FACC1 (or 0x8FACC1) is known color: Nepal. HEX triplet: 8F, AC and C1. RGB value is (143,172,193). Sum of RGB (Red+Green+Blue) = 143+172+193=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACC1 is #70533E. Grayscale: #A5A5A5. Windows color (decimal): -7361343 or 12692623. OLE color: 12692623.

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

Color convert

RGB 143 172 193 -
CMYK 0.26 0.11 0 0.24
HSL 205.2º 0.29% 0.66% -
HSV(B) 205.2º 0.26% 0.76% -
XYZ 35.71 39.19 56.14 -
YUV 165.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 143 172 193 0.26 0.11 0 0.24 205.2 0.29 0.66
Hex 8F AC C1 1A B 0 18 CD 1D 42
Octal 217 254 301 32 13 0 30 315 35 102
Binary 10001111 10101100 11000001 11010 1011 0 11000 11001101 11101 1000010

Color Harmonies of #8FACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACC1

Black with #8FACC1

Text Example


Text Example

White with #8FACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,172,193); }

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

background-color css

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

 a { background-color: rgb(143,172,193); }

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

border-color css

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

 span { border-color: rgb(143,172,193); }

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