#83DEAB

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

Shades of Vista Blue #83DEAB

Tints of Vista Blue #83DEAB

Color information

#83DEAB (or 0x83DEAB) is unknown color: approx Vista Blue. HEX triplet: 83, DE and AB. RGB value is (131,222,171). Sum of RGB (Red+Green+Blue) = 131+222+171=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DEAB is #7C2154. Grayscale: #BDBDBD. Windows color (decimal): -8134997 or 11263619. OLE color: 11263619.

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

Color convert

RGB131222171-
CMYK0.4100.230.13
HSL146.37º57.96%69.22%-
HSV(B)146.37º40.99%87.06%-
XYZ42.8360.0147.85-
YUV188.98117.8586.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=25%
G=42.37%
B=32.63%

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
Decimal1312221710.4100.230.13146.3757.9669.22
Hex83DEAB29017D923a45
Octal203336253510271522272105
Binary1000001111011110101010111010010101111101100100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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