#83DAAE

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

Shades of Vista Blue #83DAAE

Tints of Vista Blue #83DAAE

Color information

#83DAAE (or 0x83DAAE) is unknown color: approx Vista Blue. HEX triplet: 83, DA and AE. RGB value is (131,218,174). Sum of RGB (Red+Green+Blue) = 131+218+174=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAAE is #7C2551. Grayscale: #BBBBBB. Windows color (decimal): -8136018 or 11459203. OLE color: 11459203.

HSL color Cylindrical-coordinate representation of color #83DAAE: hue angle of 149.66º 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 #83DAAE is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB131218174-
CMYK0.4000.200.15
HSL149.66º54.04%68.43%-
HSV(B)149.66º39.91%85.49%-
XYZ42.0758.0249.03-
YUV186.97120.6888.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=25.05%
G=41.68%
B=33.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181740.4000.200.15149.6654.0468.43
Hex83DAAE28014F963644
Octal203332256500241722666104
Binary1000001111011010101011101010000101001111100101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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