#8ECFB2

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

Shades of Vista Blue #8ECFB2

Tints of Vista Blue #8ECFB2

Color information

#8ECFB2 (or 0x8ECFB2) is unknown color: approx Vista Blue. HEX triplet: 8E, CF and B2. RGB value is (142,207,178). Sum of RGB (Red+Green+Blue) = 142+207+178=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECFB2 is #71304D. Grayscale: #B8B8B8. Windows color (decimal): -7417934 or 11718542. OLE color: 11718542.

HSL color Cylindrical-coordinate representation of color #8ECFB2: hue angle of 153.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECFB2 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB142207178-
CMYK0.3100.140.19
HSL153.23º40.37%68.43%-
HSV(B)153.23º31.4%81.18%-
XYZ41.553.5950.28-
YUV184.26124.4797.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 207 (81.25% from 255) = 39.28%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=26.94%
G=39.28%
B=33.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422071780.3100.140.19153.2340.3768.43
Hex8ECFB21F0E13992844
Octal216317262370162323150104
Binary100011101100111110110010111110111010011100110011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,178); }

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

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

 a { background-color: rgb(142,207,178); }

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

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

 span { border-color: rgb(142,207,178); }

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