Html Css Color HEX #8FCCAC Vista Blue

📋 copy color: '#8FCCAC'

red 143 ◦ green 204 ◦ blue 172

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

Shades of Vista Blue #8FCCAC

Tints of Vista Blue #8FCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.31%

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

R = 27.55%
G = 39.31%
B = 33.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#8FCCAC (or 0x8FCCAC) is known color: Vista Blue. HEX triplet: 8F, CC and AC. RGB value is (143,204,172). Sum of RGB (Red+Green+Blue) = 143+204+172=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCAC is #703353. Grayscale: #B6B6B6. Windows color (decimal): -7353172 or 11324559. OLE color: 11324559.

HSL color Cylindrical-coordinate representation of color #8FCCAC: hue angle of 148.52º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCAC is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 172 -
CMYK 0.30 0 0.16 0.2
HSL 148.52º 0.37% 0.68% -
HSV(B) 148.52º 0.3% 0.8% -
XYZ 40.37 52 46.94 -
YUV 182.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 143 204 172 0.30 0 0.16 0.2 148.52 0.37 0.68
Hex 8F CC AC 1E 0 10 14 95 25 44
Octal 217 314 254 36 0 20 24 225 45 104
Binary 10001111 11001100 10101100 11110 0 10000 10100 10010101 100101 1000100

Color Harmonies of #8FCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCCAC

Black with #8FCCAC

Text Example


Text Example

White with #8FCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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