Html Css Color HEX #8CC9AB Vista Blue

📋 copy color: '#8CC9AB'

red 140 ◦ green 201 ◦ blue 171

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

Shades of Vista Blue #8CC9AB

Tints of Vista Blue #8CC9AB

RGB

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

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

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

R = 27.34%
G = 39.26%
B = 33.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#8CC9AB (or 0x8CC9AB) is known color: Vista Blue. HEX triplet: 8C, C9 and AB. RGB value is (140,201,171). Sum of RGB (Red+Green+Blue) = 140+201+171=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC9AB is #733654. Grayscale: #B3B3B3. Windows color (decimal): -7550549 or 11258252. OLE color: 11258252.

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

Color convert

RGB 140 201 171 -
CMYK 0.30 0 0.15 0.21
HSL 150.49º 0.36% 0.67% -
HSV(B) 150.49º 0.3% 0.79% -
XYZ 39.05 50.29 46.18 -
YUV 179.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 140 201 171 0.30 0 0.15 0.21 150.49 0.36 0.67
Hex 8C C9 AB 1E 0 F 15 96 24 43
Octal 214 311 253 36 0 17 25 226 44 103
Binary 10001100 11001001 10101011 11110 0 1111 10101 10010110 100100 1000011

Color Harmonies of #8CC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC9AB

Black with #8CC9AB

Text Example


Text Example

White with #8CC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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