Html Css Color HEX #8CC8A9 Vista Blue

📋 copy color: '#8CC8A9'

red 140 ◦ green 200 ◦ blue 169

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

Shades of Vista Blue #8CC8A9

Tints of Vista Blue #8CC8A9

RGB

 RED value IS 140 (55.08% from 255) = 27.5%

 GREEN value IS 200 (78.52% from 255) = 39.29%

 BLUE value IS 169 (66.41% from 255) = 33.2%

R = 27.5%
G = 39.29%
B = 33.2%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#8CC8A9 (or 0x8CC8A9) is known color: Vista Blue. HEX triplet: 8C, C8 and A9. RGB value is (140,200,169). Sum of RGB (Red+Green+Blue) = 140+200+169=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC8A9 is #733756. Grayscale: #B2B2B2. Windows color (decimal): -7550807 or 11126924. OLE color: 11126924.

HSL color Cylindrical-coordinate representation of color #8CC8A9: hue angle of 149º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC8A9 is Cyan = 0.3, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 169 -
CMYK 0.3 0 0.16 0.22
HSL 149º 0.35% 0.67% -
HSV(B) 149º 0.3% 0.78% -
XYZ 38.63 49.75 45.1 -
YUV 178.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 140 200 169 0.3 0 0.16 0.22 149 0.35 0.67
Hex 8C C8 A9 1E 0 10 16 95 23 43
Octal 214 310 251 36 0 20 26 225 43 103
Binary 10001100 11001000 10101001 11110 0 10000 10110 10010101 100011 1000011

Color Harmonies of #8CC8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC8A9

Black with #8CC8A9

Text Example


Text Example

White with #8CC8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,169); }

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

background-color css

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

 a { background-color: rgb(140,200,169); }

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

border-color css

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

 span { border-color: rgb(140,200,169); }

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