Html Css Color HEX #8FAAC2 Nepal

📋 copy color: '#8FAAC2'

red 143 ◦ green 170 ◦ blue 194

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

Shades of Nepal #8FAAC2

Tints of Nepal #8FAAC2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.53%

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 28.21%
G = 33.53%
B = 38.26%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8FAAC2 (or 0x8FAAC2) is known color: Nepal. HEX triplet: 8F, AA and C2. RGB value is (143,170,194). Sum of RGB (Red+Green+Blue) = 143+170+194=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #8FAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAC2 is #70553D. Grayscale: #A4A4A4. Windows color (decimal): -7361854 or 12757647. OLE color: 12757647.

HSL color Cylindrical-coordinate representation of color #8FAAC2: hue angle of 208.24º 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 #8FAAC2 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 170 194 -
CMYK 0.26 0.12 0 0.24
HSL 208.24º 0.29% 0.66% -
HSV(B) 208.24º 0.26% 0.76% -
XYZ 35.44 38.48 56.6 -
YUV 164.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 143 170 194 0.26 0.12 0 0.24 208.24 0.29 0.66
Hex 8F AA C2 1A C 0 18 D0 1D 42
Octal 217 252 302 32 14 0 30 320 35 102
Binary 10001111 10101010 11000010 11010 1100 0 11000 11010000 11101 1000010

Color Harmonies of #8FAAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAC2

Black with #8FAAC2

Text Example


Text Example

White with #8FAAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,170,194); }

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

background-color css

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

 a { background-color: rgb(143,170,194); }

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

border-color css

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

 span { border-color: rgb(143,170,194); }

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