#8BEEB8

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

Shades of Vista Blue #8BEEB8

Tints of Vista Blue #8BEEB8

Color information

#8BEEB8 (or 0x8BEEB8) is unknown color: approx Vista Blue. HEX triplet: 8B, EE and B8. RGB value is (139,238,184). Sum of RGB (Red+Green+Blue) = 139+238+184=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEEB8 is #741147. Grayscale: #CACACA. Windows color (decimal): -7606600 or 12119691. OLE color: 12119691.

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

Color convert

RGB139238184-
CMYK0.4200.230.07
HSL147.27º74.44%73.92%-
HSV(B)147.27º41.6%93.33%-
XYZ49.8770.156.25-
YUV202.24117.782.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.78%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=24.78%
G=42.42%
B=32.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392381840.4200.230.07147.2774.4473.92
Hex8BEEB82A0177934a4a
Octal213356270520277223112112
Binary1000101111101110101110001010100101111111001001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,238,184); }

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

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

 a { background-color: rgb(139,238,184); }

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

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

 span { border-color: rgb(139,238,184); }

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