#8AEFBB

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

Shades of Vista Blue #8AEFBB

Tints of Vista Blue #8AEFBB

Color information

#8AEFBB (or 0x8AEFBB) is unknown color: approx Vista Blue. HEX triplet: 8A, EF and BB. RGB value is (138,239,187). Sum of RGB (Red+Green+Blue) = 138+239+187=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEFBB is #751044. Grayscale: #CACACA. Windows color (decimal): -7671877 or 12316554. OLE color: 12316554.

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

Color convert

RGB138239187-
CMYK0.4200.220.06
HSL149.11º75.94%73.92%-
HSV(B)149.11º42.26%93.73%-
XYZ50.3270.7258.01-
YUV202.87119.0481.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.47%
GREEN value IS 239 (93.75% from 255) = 42.38%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=24.47%
G=42.38%
B=33.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382391870.4200.220.06149.1175.9473.92
Hex8AEFBB2A0166954c4a
Octal212357273520266225114112
Binary1000101011101111101110111010100101101101001010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,239,187); }

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

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

 a { background-color: rgb(138,239,187); }

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

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

 span { border-color: rgb(138,239,187); }

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