#83DAA9

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

Shades of Vista Blue #83DAA9

Tints of Vista Blue #83DAA9

Color information

#83DAA9 (or 0x83DAA9) is unknown color: approx Vista Blue. HEX triplet: 83, DA and A9. RGB value is (131,218,169). Sum of RGB (Red+Green+Blue) = 131+218+169=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAA9 is #7C2556. Grayscale: #BABABA. Windows color (decimal): -8136023 or 11131523. OLE color: 11131523.

HSL color Cylindrical-coordinate representation of color #83DAA9: hue angle of 146.21º 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 #83DAA9 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB131218169-
CMYK0.4000.220.15
HSL146.21º54.04%68.43%-
HSV(B)146.21º39.91%85.49%-
XYZ41.5957.8346.51-
YUV186.4118.1888.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.29%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=25.29%
G=42.08%
B=32.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181690.4000.220.15146.2154.0468.43
Hex83DAA928016F923644
Octal203332251500261722266104
Binary1000001111011010101010011010000101101111100100101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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