#8DEEB3

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

Shades of Vista Blue #8DEEB3

Tints of Vista Blue #8DEEB3

Color information

#8DEEB3 (or 0x8DEEB3) is unknown color: approx Vista Blue. HEX triplet: 8D, EE and B3. RGB value is (141,238,179). Sum of RGB (Red+Green+Blue) = 141+238+179=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEEB3 is #72114C. Grayscale: #CACACA. Windows color (decimal): -7475533 or 11792013. OLE color: 11792013.

HSL color Cylindrical-coordinate representation of color #8DEEB3: hue angle of 143.51º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEEB3 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB141238179-
CMYK0.4100.250.07
HSL143.51º74.05%74.31%-
HSV(B)143.51º40.76%93.33%-
XYZ49.770.0753.55-
YUV202.27114.8684.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.27%
GREEN value IS 238 (93.36% from 255) = 42.65%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=25.27%
G=42.65%
B=32.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412381790.4100.250.07143.5174.0574.31
Hex8DEEB3290197904a4a
Octal215356263510317220112112
Binary1000110111101110101100111010010110011111001000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,238,179); }

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

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

 a { background-color: rgb(141,238,179); }

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

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

 span { border-color: rgb(141,238,179); }

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