Html Css Color HEX #8FCDA6 Vista Blue

📋 copy color: '#8FCDA6'

red 143 ◦ green 205 ◦ blue 166

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

Shades of Vista Blue #8FCDA6

Tints of Vista Blue #8FCDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 27.82%
G = 39.88%
B = 32.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#8FCDA6 (or 0x8FCDA6) is known color: Vista Blue. HEX triplet: 8F, CD and A6. RGB value is (143,205,166). Sum of RGB (Red+Green+Blue) = 143+205+166=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDA6 is #703259. Grayscale: #B6B6B6. Windows color (decimal): -7352922 or 10931599. OLE color: 10931599.

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

Color convert

RGB 143 205 166 -
CMYK 0.30 0 0.19 0.20
HSL 142.26º 0.38% 0.68% -
HSV(B) 142.26º 0.3% 0.8% -
XYZ 40.04 52.26 44.05 -
YUV 182.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 143 205 166 0.30 0 0.19 0.20 142.26 0.38 0.68
Hex 8F CD A6 1E 0 13 14 8E 26 44
Octal 217 315 246 36 0 23 24 216 46 104
Binary 10001111 11001101 10100110 11110 0 10011 10100 10001110 100110 1000100

Color Harmonies of #8FCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCDA6

Black with #8FCDA6

Text Example


Text Example

White with #8FCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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