#8BEDAF

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

Shades of Vista Blue #8BEDAF

Tints of Vista Blue #8BEDAF

Color information

#8BEDAF (or 0x8BEDAF) is unknown color: approx Vista Blue. HEX triplet: 8B, ED and AF. RGB value is (139,237,175). Sum of RGB (Red+Green+Blue) = 139+237+175=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEDAF is #741250. Grayscale: #C8C8C8. Windows color (decimal): -7606865 or 11529611. OLE color: 11529611.

HSL color Cylindrical-coordinate representation of color #8BEDAF: hue angle of 142.04º degrees, saturation: 0.73, 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 #8BEDAF is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB139237175-
CMYK0.4100.260.07
HSL142.04º73.13%73.73%-
HSV(B)142.04º41.35%92.94%-
XYZ48.6769.1551.34-
YUV200.63113.5384.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.23%
GREEN value IS 237 (92.97% from 255) = 43.01%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=25.23%
G=43.01%
B=31.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392371750.4100.260.07142.0473.1373.73
Hex8BEDAF2901A78e494a
Octal213355257510327216111112
Binary1000101111101101101011111010010110101111000111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,237,175); }

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

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

 a { background-color: rgb(139,237,175); }

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

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

 span { border-color: rgb(139,237,175); }

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