Html Css Color HEX #8FACBC Nepal

📋 copy color: '#8FACBC'

red 143 ◦ green 172 ◦ blue 188

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

Shades of Nepal #8FACBC

Tints of Nepal #8FACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 28.43%
G = 34.19%
B = 37.38%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8FACBC (or 0x8FACBC) is known color: Nepal. HEX triplet: 8F, AC and BC. RGB value is (143,172,188). Sum of RGB (Red+Green+Blue) = 143+172+188=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACBC is #705343. Grayscale: #A5A5A5. Windows color (decimal): -7361348 or 12364943. OLE color: 12364943.

HSL color Cylindrical-coordinate representation of color #8FACBC: hue angle of 201.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FACBC is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 172 188 -
CMYK 0.24 0.09 0 0.26
HSL 201.33º 0.25% 0.65% -
HSV(B) 201.33º 0.24% 0.74% -
XYZ 35.16 38.98 53.25 -
YUV 165.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 143 172 188 0.24 0.09 0 0.26 201.33 0.25 0.65
Hex 8F AC BC 18 9 0 1A C9 19 41
Octal 217 254 274 30 11 0 32 311 31 101
Binary 10001111 10101100 10111100 11000 1001 0 11010 11001001 11001 1000001

Color Harmonies of #8FACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACBC

Black with #8FACBC

Text Example


Text Example

White with #8FACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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