Html Css Color HEX #8FACC4 Nepal

📋 copy color: '#8FACC4'

red 143 ◦ green 172 ◦ blue 196

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

Shades of Nepal #8FACC4

Tints of Nepal #8FACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 27.98%
G = 33.66%
B = 38.36%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8FACC4 (or 0x8FACC4) is known color: Nepal. HEX triplet: 8F, AC and C4. RGB value is (143,172,196). Sum of RGB (Red+Green+Blue) = 143+172+196=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACC4 is #70533B. Grayscale: #A5A5A5. Windows color (decimal): -7361340 or 12889231. OLE color: 12889231.

HSL color Cylindrical-coordinate representation of color #8FACC4: hue angle of 207.17º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FACC4 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 143 172 196 -
CMYK 0.27 0.12 0 0.23
HSL 207.17º 0.31% 0.66% -
HSV(B) 207.17º 0.27% 0.77% -
XYZ 36.04 39.33 57.92 -
YUV 166.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 143 172 196 0.27 0.12 0 0.23 207.17 0.31 0.66
Hex 8F AC C4 1B C 0 17 CF 1F 42
Octal 217 254 304 33 14 0 27 317 37 102
Binary 10001111 10101100 11000100 11011 1100 0 10111 11001111 11111 1000010

Color Harmonies of #8FACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACC4

Black with #8FACC4

Text Example


Text Example

White with #8FACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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