Html Css Color HEX #8FC9AC Vista Blue

📋 copy color: '#8FC9AC'

red 143 ◦ green 201 ◦ blue 172

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

Shades of Vista Blue #8FC9AC

Tints of Vista Blue #8FC9AC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.95%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 27.71%
G = 38.95%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#8FC9AC (or 0x8FC9AC) is known color: Vista Blue. HEX triplet: 8F, C9 and AC. RGB value is (143,201,172). Sum of RGB (Red+Green+Blue) = 143+201+172=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC9AC is #703653. Grayscale: #B4B4B4. Windows color (decimal): -7353940 or 11323791. OLE color: 11323791.

HSL color Cylindrical-coordinate representation of color #8FC9AC: hue angle of 150º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC9AC is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 201 172 -
CMYK 0.29 0 0.14 0.21
HSL 150º 0.35% 0.67% -
HSV(B) 150º 0.29% 0.79% -
XYZ 39.66 50.59 46.7 -
YUV 180.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 143 201 172 0.29 0 0.14 0.21 150 0.35 0.67
Hex 8F C9 AC 1D 0 E 15 96 23 43
Octal 217 311 254 35 0 16 25 226 43 103
Binary 10001111 11001001 10101100 11101 0 1110 10101 10010110 100011 1000011

Color Harmonies of #8FC9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC9AC

Black with #8FC9AC

Text Example


Text Example

White with #8FC9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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