#83DFB0

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

Shades of Vista Blue #83DFB0

Tints of Vista Blue #83DFB0

Color information

#83DFB0 (or 0x83DFB0) is unknown color: approx Vista Blue. HEX triplet: 83, DF and B0. RGB value is (131,223,176). Sum of RGB (Red+Green+Blue) = 131+223+176=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DFB0 is #7C204F. Grayscale: #BEBEBE. Windows color (decimal): -8134736 or 11591555. OLE color: 11591555.

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

Color convert

RGB131223176-
CMYK0.4100.210.13
HSL149.35º58.97%69.41%-
HSV(B)149.35º41.26%87.45%-
XYZ43.5860.7450.5-
YUV190.13120.0285.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.72%
GREEN value IS 223 (87.5% from 255) = 42.08%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=24.72%
G=42.08%
B=33.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312231760.4100.210.13149.3558.9769.41
Hex83DFB029015D953b45
Octal203337260510251522573105
Binary1000001111011111101100001010010101011101100101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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