#83dfa2

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

Shades of Vista Blue #83DFA2

Tints of Vista Blue #83DFA2

Color information

#83DFA2 (or 0x83DFA2) is unknown color: approx Vista Blue. HEX triplet: 83, DF and A2. RGB value is (131,223,162). Sum of RGB (Red+Green+Blue) = 131+223+162=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DFA2 is #7C205D. Grayscale: #BCBCBC. Windows color (decimal): -8134750 or 10674051. OLE color: 10674051.

HSL color Cylindrical-coordinate representation of color #83DFA2: hue angle of 140.22º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DFA2 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB131223162-
CMYK0.4100.270.13
HSL140.22º58.97%69.41%-
HSV(B)140.22º41.26%87.45%-
XYZ42.2760.2143.58-
YUV188.54113.0286.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.39%
GREEN value IS 223 (87.5% from 255) = 43.22%
BLUE value IS 162 (63.67% from 255) = 31.40%
R=25.39%
G=43.22%
B=31.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312231620.4100.270.13140.2258.9769.41
Hex83DFA22901BD8c3b45
Octal203337242510331521473105
Binary1000001111011111101000101010010110111101100011001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83dfa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,223,162); }

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

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

 a { background-color: rgb(131,223,162); }

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

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

 span { border-color: rgb(131,223,162); }

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