#8CDAB5

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

Shades of Vista Blue #8CDAB5

Tints of Vista Blue #8CDAB5

Color information

#8CDAB5 (or 0x8CDAB5) is unknown color: approx Vista Blue. HEX triplet: 8C, DA and B5. RGB value is (140,218,181). Sum of RGB (Red+Green+Blue) = 140+218+181=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDAB5 is #73254A. Grayscale: #BEBEBE. Windows color (decimal): -7546187 or 11917964. OLE color: 11917964.

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

Color convert

RGB140218181-
CMYK0.3600.170.15
HSL151.54º51.32%70.2%-
HSV(B)151.54º35.78%85.49%-
XYZ44.2359.0552.78-
YUV190.46122.6692.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.97%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 181 (71.09% from 255) = 33.58%
R=25.97%
G=40.45%
B=33.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402181810.3600.170.15151.5451.3270.2
Hex8CDAB524011F983346
Octal214332265440211723063106
Binary1000110011011010101101011001000100011111100110001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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