#83DFAF

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

Shades of Vista Blue #83DFAF

Tints of Vista Blue #83DFAF

Color information

#83DFAF (or 0x83DFAF) is unknown color: approx Vista Blue. HEX triplet: 83, DF and AF. RGB value is (131,223,175). Sum of RGB (Red+Green+Blue) = 131+223+175=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DFAF is #7C2050. Grayscale: #BEBEBE. Windows color (decimal): -8134737 or 11526019. OLE color: 11526019.

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

Color convert

RGB131223175-
CMYK0.4100.220.13
HSL148.7º58.97%69.41%-
HSV(B)148.7º41.26%87.45%-
XYZ43.4960.749.98-
YUV190.02119.5285.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.76%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=24.76%
G=42.16%
B=33.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312231750.4100.220.13148.758.9769.41
Hex83DFAF29016D953b45
Octal203337257510261522573105
Binary1000001111011111101011111010010101101101100101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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