#83ECAB

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

Shades of Vista Blue #83ECAB

Tints of Vista Blue #83ECAB

Color information

#83ECAB (or 0x83ECAB) is unknown color: approx Vista Blue. HEX triplet: 83, EC and AB. RGB value is (131,236,171). Sum of RGB (Red+Green+Blue) = 131+236+171=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83ECAB is #7C1354. Grayscale: #C5C5C5. Windows color (decimal): -8131413 or 11267203. OLE color: 11267203.

HSL color Cylindrical-coordinate representation of color #83ECAB: hue angle of 142.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ECAB is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB131236171-
CMYK0.4400.280.07
HSL142.86º73.43%71.96%-
HSV(B)142.86º44.49%92.55%-
XYZ46.7167.7649.14-
YUV197.19113.2180.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.35%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=24.35%
G=43.87%
B=31.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312361710.4400.280.07142.8673.4371.96
Hex83ECAB2C01C78f4948
Octal203354253540347217111110
Binary1000001111101100101010111011000111001111000111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,236,171); }

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

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

 a { background-color: rgb(131,236,171); }

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

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

 span { border-color: rgb(131,236,171); }

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