#83DFA8

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

Shades of Vista Blue #83DFA8

Tints of Vista Blue #83DFA8

Color information

#83DFA8 (or 0x83DFA8) is unknown color: approx Vista Blue. HEX triplet: 83, DF and A8. RGB value is (131,223,168). Sum of RGB (Red+Green+Blue) = 131+223+168=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DFA8 is #7C2057. Grayscale: #BDBDBD. Windows color (decimal): -8134744 or 11067267. OLE color: 11067267.

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

Color convert

RGB131223168-
CMYK0.4100.250.13
HSL144.13º58.97%69.41%-
HSV(B)144.13º41.26%87.45%-
XYZ42.8260.4346.45-
YUV189.22116.0286.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=25.10%
G=42.72%
B=32.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312231680.4100.250.13144.1358.9769.41
Hex83DFA829019D903b45
Octal203337250510311522073105
Binary1000001111011111101010001010010110011101100100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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