#8BEFBD

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

Shades of Vista Blue #8BEFBD

Tints of Vista Blue #8BEFBD

Color information

#8BEFBD (or 0x8BEFBD) is unknown color: approx Vista Blue. HEX triplet: 8B, EF and BD. RGB value is (139,239,189). Sum of RGB (Red+Green+Blue) = 139+239+189=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFBD is #741042. Grayscale: #CBCBCB. Windows color (decimal): -7606339 or 12447627. OLE color: 12447627.

HSL color Cylindrical-coordinate representation of color #8BEFBD: hue angle of 150º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFBD is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB139239189-
CMYK0.4200.210.06
HSL150º75.76%74.12%-
HSV(B)150º41.84%93.73%-
XYZ50.770.959.16-
YUV203.4119.8782.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.51%
GREEN value IS 239 (93.75% from 255) = 42.15%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=24.51%
G=42.15%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392391890.4200.210.0615075.7674.12
Hex8BEFBD2A0156964c4a
Octal213357275520256226114112
Binary1000101111101111101111011010100101011101001011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,239,189); }

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

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

 a { background-color: rgb(139,239,189); }

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

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

 span { border-color: rgb(139,239,189); }

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