#8BEEBF

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

Shades of Vista Blue #8BEEBF

Tints of Vista Blue #8BEEBF

Color information

#8BEEBF (or 0x8BEEBF) is unknown color: approx Vista Blue. HEX triplet: 8B, EE and BF. RGB value is (139,238,191). Sum of RGB (Red+Green+Blue) = 139+238+191=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEEBF is #741140. Grayscale: #CBCBCB. Windows color (decimal): -7606593 or 12578443. OLE color: 12578443.

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

Color convert

RGB139238191-
CMYK0.4200.200.07
HSL151.52º74.44%73.92%-
HSV(B)151.52º41.6%93.33%-
XYZ50.6370.460.21-
YUV203.04121.282.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.47%
GREEN value IS 238 (93.36% from 255) = 41.90%
BLUE value IS 191 (75% from 255) = 33.63%
R=24.47%
G=41.90%
B=33.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392381910.4200.200.07151.5274.4473.92
Hex8BEEBF2A0147984a4a
Octal213356277520247230112112
Binary1000101111101110101111111010100101001111001100010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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