#8cdab3

Color #8CDAB3 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8CDAB3

Tints of Vista Blue #8CDAB3

Color information

#8CDAB3 (or 0x8CDAB3) is unknown color: approx Vista Blue. HEX triplet: 8C, DA and B3. RGB value is (140,218,179). Sum of RGB (Red+Green+Blue) = 140+218+179=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDAB3 is #73254C. Grayscale: #BEBEBE. Windows color (decimal): -7546189 or 11786892. OLE color: 11786892.

HSL color Cylindrical-coordinate representation of color #8CDAB3: hue angle of 150º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDAB3 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB140218179-
CMYK0.3600.180.15
HSL150º51.32%70.2%-
HSV(B)150º35.78%85.49%-
XYZ44.0258.9751.71-
YUV190.23121.6692.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.07%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=26.07%
G=40.60%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402181790.3600.180.1515051.3270.2
Hex8CDAB324012F963346
Octal214332263440221722663106
Binary1000110011011010101100111001000100101111100101101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cdab3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,218,179); }

 H1.HeaderClassName
 {
   color: #8cdab3;
 }
 .AnyTagClassName
 {
   color: #8cdab3;
 }
</style>
background-color css

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

 a { background-color: rgb(140,218,179); }

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

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

 span { border-color: rgb(140,218,179); }

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