#8ECCB3

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

Shades of Vista Blue #8ECCB3

Tints of Vista Blue #8ECCB3

Color information

#8ECCB3 (or 0x8ECCB3) is unknown color: approx Vista Blue. HEX triplet: 8E, CC and B3. RGB value is (142,204,179). Sum of RGB (Red+Green+Blue) = 142+204+179=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCB3 is #71334C. Grayscale: #B6B6B6. Windows color (decimal): -7418701 or 11783310. OLE color: 11783310.

HSL color Cylindrical-coordinate representation of color #8ECCB3: hue angle of 155.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECCB3 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB142204179-
CMYK0.3000.120.2
HSL155.81º37.8%67.84%-
HSV(B)155.81º30.39%80%-
XYZ40.8852.1950.57-
YUV182.61125.9699.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=27.05%
G=38.86%
B=34.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1422041790.3000.120.2155.8137.867.84
Hex8ECCB31E0C149c2644
Octal216314263360142423446104
Binary100011101100110010110011111100110010100100111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,204,179); }

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

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

 a { background-color: rgb(142,204,179); }

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

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

 span { border-color: rgb(142,204,179); }

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