Html Css Color HEX #8FCCAB Vista Blue

📋 copy color: '#8FCCAB'

red 143 ◦ green 204 ◦ blue 171

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

Shades of Vista Blue #8FCCAB

Tints of Vista Blue #8FCCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 27.61%
G = 39.38%
B = 33.01%

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

#8FCCAB (or 0x8FCCAB) is known color: Vista Blue. HEX triplet: 8F, CC and AB. RGB value is (143,204,171). Sum of RGB (Red+Green+Blue) = 143+204+171=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCAB is #703354. Grayscale: #B6B6B6. Windows color (decimal): -7353173 or 11259023. OLE color: 11259023.

HSL color Cylindrical-coordinate representation of color #8FCCAB: hue angle of 147.54º 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 #8FCCAB is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 171 -
CMYK 0.30 0 0.16 0.2
HSL 147.54º 0.37% 0.68% -
HSV(B) 147.54º 0.3% 0.8% -
XYZ 40.27 51.97 46.44 -
YUV 182 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 143 204 171 0.30 0 0.16 0.2 147.54 0.37 0.68
Hex 8F CC AB 1E 0 10 14 94 25 44
Octal 217 314 253 36 0 20 24 224 45 104
Binary 10001111 11001100 10101011 11110 0 10000 10100 10010100 100101 1000100

Color Harmonies of #8FCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCCAB

Black with #8FCCAB

Text Example


Text Example

White with #8FCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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