#83DEAC

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

Shades of Vista Blue #83DEAC

Tints of Vista Blue #83DEAC

Color information

#83DEAC (or 0x83DEAC) is unknown color: approx Vista Blue. HEX triplet: 83, DE and AC. RGB value is (131,222,172). Sum of RGB (Red+Green+Blue) = 131+222+172=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DEAC is #7C2153. Grayscale: #BDBDBD. Windows color (decimal): -8134996 or 11329155. OLE color: 11329155.

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

Color convert

RGB131222172-
CMYK0.4100.230.13
HSL147.03º57.96%69.22%-
HSV(B)147.03º40.99%87.06%-
XYZ42.9360.0548.36-
YUV189.09118.3586.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.95%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=24.95%
G=42.29%
B=32.76%

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
Decimal1312221720.4100.230.13147.0357.9669.22
Hex83DEAC29017D933a45
Octal203336254510271522372105
Binary1000001111011110101011001010010101111101100100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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