#8DDFB6

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

Shades of Vista Blue #8DDFB6

Tints of Vista Blue #8DDFB6

Color information

#8DDFB6 (or 0x8DDFB6) is unknown color: approx Vista Blue. HEX triplet: 8D, DF and B6. RGB value is (141,223,182). Sum of RGB (Red+Green+Blue) = 141+223+182=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDFB6 is #722049. Grayscale: #C1C1C1. Windows color (decimal): -7479370 or 11984781. OLE color: 11984781.

HSL color Cylindrical-coordinate representation of color #8DDFB6: hue angle of 150º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDFB6 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB141223182-
CMYK0.3700.180.13
HSL150º56.16%71.37%-
HSV(B)150º36.77%87.45%-
XYZ45.8261.8253.77-
YUV193.81121.3390.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.82%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=25.82%
G=40.84%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412231820.3700.180.1315056.1671.37
Hex8DDFB625012D963847
Octal215337266450221522670107
Binary1000110111011111101101101001010100101101100101101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,223,182); }

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

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

 a { background-color: rgb(141,223,182); }

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

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

 span { border-color: rgb(141,223,182); }

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