#83DCAB

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

Shades of Vista Blue #83DCAB

Tints of Vista Blue #83DCAB

Color information

#83DCAB (or 0x83DCAB) is unknown color: approx Vista Blue. HEX triplet: 83, DC and AB. RGB value is (131,220,171). Sum of RGB (Red+Green+Blue) = 131+220+171=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DCAB is #7C2354. Grayscale: #BBBBBB. Windows color (decimal): -8135509 or 11263107. OLE color: 11263107.

HSL color Cylindrical-coordinate representation of color #83DCAB: hue angle of 146.97º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCAB is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB131220171-
CMYK0.4000.220.14
HSL146.97º55.97%68.82%-
HSV(B)146.97º40.45%86.27%-
XYZ42.358.9547.68-
YUV187.8118.5187.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=25.10%
G=42.15%
B=32.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201710.4000.220.14146.9755.9768.82
Hex83DCAB28016E933845
Octal203334253500261622370105
Binary1000001111011100101010111010000101101110100100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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