#8BEDB3

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

Shades of Vista Blue #8BEDB3

Tints of Vista Blue #8BEDB3

Color information

#8BEDB3 (or 0x8BEDB3) is unknown color: approx Vista Blue. HEX triplet: 8B, ED and B3. RGB value is (139,237,179). Sum of RGB (Red+Green+Blue) = 139+237+179=555 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.05% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEDB3 is #74124C. Grayscale: #C9C9C9. Windows color (decimal): -7606861 or 11791755. OLE color: 11791755.

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

Color convert

RGB139237179-
CMYK0.4100.240.07
HSL144.49º73.13%73.73%-
HSV(B)144.49º41.35%92.94%-
XYZ49.0769.3153.44-
YUV201.09115.5383.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.05%
GREEN value IS 237 (92.97% from 255) = 42.70%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=25.05%
G=42.70%
B=32.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392371790.4100.240.07144.4973.1373.73
Hex8BEDB329018790494a
Octal213355263510307220111112
Binary1000101111101101101100111010010110001111001000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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