#8DEBBE

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

Shades of Vista Blue #8DEBBE

Tints of Vista Blue #8DEBBE

Color information

#8DEBBE (or 0x8DEBBE) is unknown color: approx Vista Blue. HEX triplet: 8D, EB and BE. RGB value is (141,235,190). Sum of RGB (Red+Green+Blue) = 141+235+190=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBBE is #721441. Grayscale: #C9C9C9. Windows color (decimal): -7476290 or 12512141. OLE color: 12512141.

HSL color Cylindrical-coordinate representation of color #8DEBBE: hue angle of 151.28º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBBE is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB141235190-
CMYK0.400.190.08
HSL151.28º70.15%73.73%-
HSV(B)151.28º40%92.16%-
XYZ49.9968.859.36-
YUV201.76121.3684.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.91%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=24.91%
G=41.52%
B=33.57%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351900.400.190.08151.2870.1573.73
Hex8DEBBE28013897464a
Octal2153532765002310227106112
Binary10001101111010111011111010100001001110001001011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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