#8DEFBE

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

Shades of Vista Blue #8DEFBE

Tints of Vista Blue #8DEFBE

Color information

#8DEFBE (or 0x8DEFBE) is unknown color: approx Vista Blue. HEX triplet: 8D, EF and BE. RGB value is (141,239,190). Sum of RGB (Red+Green+Blue) = 141+239+190=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFBE is #721041. Grayscale: #CCCCCC. Windows color (decimal): -7475266 or 12513165. OLE color: 12513165.

HSL color Cylindrical-coordinate representation of color #8DEFBE: hue angle of 150º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFBE is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB141239190-
CMYK0.4100.210.06
HSL150º75.38%74.51%-
HSV(B)150º41%93.73%-
XYZ51.1571.1159.75-
YUV204.11120.0382.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.74%
GREEN value IS 239 (93.75% from 255) = 41.93%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=24.74%
G=41.93%
B=33.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412391900.4100.210.0615075.3874.51
Hex8DEFBE290156964b4b
Octal215357276510256226113113
Binary1000110111101111101111101010010101011101001011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,239,190); }

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

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

 a { background-color: rgb(141,239,190); }

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

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

 span { border-color: rgb(141,239,190); }

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