#83DDAF

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

Shades of Vista Blue #83DDAF

Tints of Vista Blue #83DDAF

Color information

#83DDAF (or 0x83DDAF) is unknown color: approx Vista Blue. HEX triplet: 83, DD and AF. RGB value is (131,221,175). Sum of RGB (Red+Green+Blue) = 131+221+175=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DDAF is #7C2250. Grayscale: #BCBCBC. Windows color (decimal): -8135249 or 11525507. OLE color: 11525507.

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

Color convert

RGB131221175-
CMYK0.4100.210.13
HSL149.33º56.96%69.02%-
HSV(B)149.33º40.72%86.67%-
XYZ42.9559.6349.8-
YUV188.85120.1886.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.86%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=24.86%
G=41.94%
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
Decimal1312211750.4100.210.13149.3356.9669.02
Hex83DDAF29015D953945
Octal203335257510251522571105
Binary1000001111011101101011111010010101011101100101011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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