#83DAAC

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

Shades of Vista Blue #83DAAC

Tints of Vista Blue #83DAAC

Color information

#83DAAC (or 0x83DAAC) is unknown color: approx Vista Blue. HEX triplet: 83, DA and AC. RGB value is (131,218,172). Sum of RGB (Red+Green+Blue) = 131+218+172=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAAC is #7C2553. Grayscale: #BABABA. Windows color (decimal): -8136020 or 11328131. OLE color: 11328131.

HSL color Cylindrical-coordinate representation of color #83DAAC: hue angle of 148.28º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAAC is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB131218172-
CMYK0.4000.210.15
HSL148.28º54.04%68.43%-
HSV(B)148.28º39.91%85.49%-
XYZ41.8857.9548.01-
YUV186.74119.6888.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.14%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=25.14%
G=41.84%
B=33.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181720.4000.210.15148.2854.0468.43
Hex83DAAC28015F943644
Octal203332254500251722466104
Binary1000001111011010101011001010000101011111100101001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DAAC; }

 p { color: rgb(131,218,172); }

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

<style>
 a { background-color: #83DAAC; }

 a { background-color: rgb(131,218,172); }

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

<style>
 span { border-color: #83DAAC; }

 span { border-color: rgb(131,218,172); }

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