#83DEAA

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

Shades of Vista Blue #83DEAA

Tints of Vista Blue #83DEAA

Color information

#83DEAA (or 0x83DEAA) is unknown color: approx Vista Blue. HEX triplet: 83, DE and AA. RGB value is (131,222,170). Sum of RGB (Red+Green+Blue) = 131+222+170=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DEAA is #7C2155. Grayscale: #BCBCBC. Windows color (decimal): -8134998 or 11198083. OLE color: 11198083.

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

Color convert

RGB131222170-
CMYK0.4100.230.13
HSL145.71º57.96%69.22%-
HSV(B)145.71º40.99%87.06%-
XYZ42.7459.9747.35-
YUV188.86117.3586.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=25.05%
G=42.45%
B=32.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312221700.4100.230.13145.7157.9669.22
Hex83DEAA29017D923a45
Octal203336252510271522272105
Binary1000001111011110101010101010010101111101100100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,222,170); }

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

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

 a { background-color: rgb(131,222,170); }

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

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

 span { border-color: rgb(131,222,170); }

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