#83DAA4

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

Shades of Vista Blue #83DAA4

Tints of Vista Blue #83DAA4

Color information

#83DAA4 (or 0x83DAA4) is unknown color: approx Vista Blue. HEX triplet: 83, DA and A4. RGB value is (131,218,164). Sum of RGB (Red+Green+Blue) = 131+218+164=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAA4 is #7C255B. Grayscale: #B9B9B9. Windows color (decimal): -8136028 or 10803843. OLE color: 10803843.

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

Color convert

RGB131218164-
CMYK0.4000.250.15
HSL142.76º54.04%68.43%-
HSV(B)142.76º39.91%85.49%-
XYZ41.1357.6544.08-
YUV185.83115.6888.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.54%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 164 (64.45% from 255) = 31.97%
R=25.54%
G=42.50%
B=31.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181640.4000.250.15142.7654.0468.43
Hex83DAA428019F8f3644
Octal203332244500311721766104
Binary1000001111011010101001001010000110011111100011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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