#8DCBAE

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

Shades of Vista Blue #8DCBAE

Tints of Vista Blue #8DCBAE

Color information

#8DCBAE (or 0x8DCBAE) is unknown color: approx Vista Blue. HEX triplet: 8D, CB and AE. RGB value is (141,203,174). Sum of RGB (Red+Green+Blue) = 141+203+174=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBAE is #723451. Grayscale: #B5B5B5. Windows color (decimal): -7484498 or 11455373. OLE color: 11455373.

HSL color Cylindrical-coordinate representation of color #8DCBAE: hue angle of 151.94º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBAE is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB141203174-
CMYK0.3100.140.20
HSL151.94º37.35%67.45%-
HSV(B)151.94º30.54%79.61%-
XYZ39.9851.4347.86-
YUV181.16123.9699.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.22%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=27.22%
G=39.19%
B=33.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031740.3100.140.20151.9437.3567.45
Hex8DCBAE1F0E14982543
Octal215313256370162423045103
Binary100011011100101110101110111110111010100100110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,203,174); }

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

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

 a { background-color: rgb(141,203,174); }

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

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

 span { border-color: rgb(141,203,174); }

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