#83DAAD

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

Shades of Vista Blue #83DAAD

Tints of Vista Blue #83DAAD

Color information

#83DAAD (or 0x83DAAD) is unknown color: approx Vista Blue. HEX triplet: 83, DA and AD. RGB value is (131,218,173). Sum of RGB (Red+Green+Blue) = 131+218+173=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAAD is #7C2552. Grayscale: #BABABA. Windows color (decimal): -8136019 or 11393667. OLE color: 11393667.

HSL color Cylindrical-coordinate representation of color #83DAAD: hue angle of 148.97º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAAD is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB131218173-
CMYK0.4000.210.15
HSL148.97º54.04%68.43%-
HSV(B)148.97º39.91%85.49%-
XYZ41.9757.9948.52-
YUV186.86120.1888.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=25.10%
G=41.76%
B=33.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181730.4000.210.15148.9754.0468.43
Hex83DAAD28015F953644
Octal203332255500251722566104
Binary1000001111011010101011011010000101011111100101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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