#8CCDA3

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

Shades of Vista Blue #8CCDA3

Tints of Vista Blue #8CCDA3

Color information

#8CCDA3 (or 0x8CCDA3) is unknown color: approx Vista Blue. HEX triplet: 8C, CD and A3. RGB value is (140,205,163). Sum of RGB (Red+Green+Blue) = 140+205+163=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCDA3 is #73325C. Grayscale: #B4B4B4. Windows color (decimal): -7549533 or 10734988. OLE color: 10734988.

HSL color Cylindrical-coordinate representation of color #8CCDA3: hue angle of 141.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDA3 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB140205163-
CMYK0.3200.200.20
HSL141.23º39.39%67.65%-
HSV(B)141.23º31.71%80.39%-
XYZ39.2651.8842.6-
YUV180.78117.9798.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.56%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 163 (64.06% from 255) = 32.09%
R=27.56%
G=40.35%
B=32.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051630.3200.200.20141.2339.3967.65
Hex8CCDA320014148d2744
Octal214315243400242421547104
Binary10001100110011011010001110000001010010100100011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,205,163); }

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

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

 a { background-color: rgb(140,205,163); }

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

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

 span { border-color: rgb(140,205,163); }

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