#83DDAD

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

Shades of Vista Blue #83DDAD

Tints of Vista Blue #83DDAD

Color information

#83DDAD (or 0x83DDAD) is unknown color: approx Vista Blue. HEX triplet: 83, DD and AD. RGB value is (131,221,173). Sum of RGB (Red+Green+Blue) = 131+221+173=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DDAD is #7C2252. Grayscale: #BCBCBC. Windows color (decimal): -8135251 or 11394435. OLE color: 11394435.

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

Color convert

RGB131221173-
CMYK0.4100.220.13
HSL148º56.96%69.02%-
HSV(B)148º40.72%86.67%-
XYZ42.7659.5648.78-
YUV188.62119.1886.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.95%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=24.95%
G=42.10%
B=32.95%

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
Decimal1312211730.4100.220.1314856.9669.02
Hex83DDAD29016D943945
Octal203335255510261522471105
Binary1000001111011101101011011010010101101101100101001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,221,173); }

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

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

 a { background-color: rgb(131,221,173); }

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

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

 span { border-color: rgb(131,221,173); }

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