#8EDBBB

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

Shades of Vista Blue #8EDBBB

Tints of Vista Blue #8EDBBB

Color information

#8EDBBB (or 0x8EDBBB) is unknown color: approx Vista Blue. HEX triplet: 8E, DB and BB. RGB value is (142,219,187). Sum of RGB (Red+Green+Blue) = 142+219+187=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBBB is #712444. Grayscale: #C0C0C0. Windows color (decimal): -7414853 or 12311438. OLE color: 12311438.

HSL color Cylindrical-coordinate representation of color #8EDBBB: hue angle of 155.06º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBBB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB142219187-
CMYK0.3500.150.14
HSL155.06º51.68%70.78%-
HSV(B)155.06º35.16%85.88%-
XYZ45.466056.2-
YUV192.33124.9992.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=25.91%
G=39.96%
B=34.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191870.3500.150.14155.0651.6870.78
Hex8EDBBB230FE9b3447
Octal216333273430171623364107
Binary100011101101101110111011100011011111110100110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,187); }

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

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

 a { background-color: rgb(142,219,187); }

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

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

 span { border-color: rgb(142,219,187); }

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