Html Css Color HEX #8CC9A8 Vista Blue

📋 copy color: '#8CC9A8'

red 140 ◦ green 201 ◦ blue 168

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

Shades of Vista Blue #8CC9A8

Tints of Vista Blue #8CC9A8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.49%

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 27.5%
G = 39.49%
B = 33.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#8CC9A8 (or 0x8CC9A8) is known color: Vista Blue. HEX triplet: 8C, C9 and A8. RGB value is (140,201,168). Sum of RGB (Red+Green+Blue) = 140+201+168=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC9A8 is #733657. Grayscale: #B3B3B3. Windows color (decimal): -7550552 or 11061644. OLE color: 11061644.

HSL color Cylindrical-coordinate representation of color #8CC9A8: hue angle of 147.54º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC9A8 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 201 168 -
CMYK 0.30 0 0.16 0.21
HSL 147.54º 0.36% 0.67% -
HSV(B) 147.54º 0.3% 0.79% -
XYZ 38.77 50.18 44.69 -
YUV 179 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 140 201 168 0.30 0 0.16 0.21 147.54 0.36 0.67
Hex 8C C9 A8 1E 0 10 15 94 24 43
Octal 214 311 250 36 0 20 25 224 44 103
Binary 10001100 11001001 10101000 11110 0 10000 10101 10010100 100100 1000011

Color Harmonies of #8CC9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC9A8

Black with #8CC9A8

Text Example


Text Example

White with #8CC9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,201,168); }

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

background-color css

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

 a { background-color: rgb(140,201,168); }

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

border-color css

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

 span { border-color: rgb(140,201,168); }

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