Html Css Color HEX #8FCDAB Vista Blue

📋 copy color: '#8FCDAB'

red 143 ◦ green 205 ◦ blue 171

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

Shades of Vista Blue #8FCDAB

Tints of Vista Blue #8FCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

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

R = 27.55%
G = 39.5%
B = 32.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#8FCDAB (or 0x8FCDAB) is known color: Vista Blue. HEX triplet: 8F, CD and AB. RGB value is (143,205,171). Sum of RGB (Red+Green+Blue) = 143+205+171=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDAB is #703254. Grayscale: #B6B6B6. Windows color (decimal): -7352917 or 11259279. OLE color: 11259279.

HSL color Cylindrical-coordinate representation of color #8FCDAB: hue angle of 147.1º degrees, saturation: 0.38, 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 #8FCDAB is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 205 171 -
CMYK 0.30 0 0.17 0.20
HSL 147.1º 0.38% 0.68% -
HSV(B) 147.1º 0.3% 0.8% -
XYZ 40.51 52.44 46.52 -
YUV 182.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 143 205 171 0.30 0 0.17 0.20 147.1 0.38 0.68
Hex 8F CD AB 1E 0 11 14 93 26 44
Octal 217 315 253 36 0 21 24 223 46 104
Binary 10001111 11001101 10101011 11110 0 10001 10100 10010011 100110 1000100

Color Harmonies of #8FCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCDAB

Black with #8FCDAB

Text Example


Text Example

White with #8FCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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