#8AD3B4

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

Shades of Vista Blue #8AD3B4

Tints of Vista Blue #8AD3B4

Color information

#8AD3B4 (or 0x8AD3B4) is unknown color: approx Vista Blue. HEX triplet: 8A, D3 and B4. RGB value is (138,211,180). Sum of RGB (Red+Green+Blue) = 138+211+180=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD3B4 is #752C4B. Grayscale: #B9B9B9. Windows color (decimal): -7679052 or 11850634. OLE color: 11850634.

HSL color Cylindrical-coordinate representation of color #8AD3B4: hue angle of 154.52º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD3B4 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB138211180-
CMYK0.3500.150.17
HSL154.52º45.34%68.43%-
HSV(B)154.52º34.6%82.75%-
XYZ42.0155.2951.64-
YUV185.64124.8294.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 180 (70.70% from 255) = 34.03%
R=26.09%
G=39.89%
B=34.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382111800.3500.150.17154.5245.3468.43
Hex8AD3B4230F119b2d44
Octal212323264430172123355104
Binary1000101011010011101101001000110111110001100110111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,211,180); }

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

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

 a { background-color: rgb(138,211,180); }

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

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

 span { border-color: rgb(138,211,180); }

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