#83DEAD

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

Shades of Vista Blue #83DEAD

Tints of Vista Blue #83DEAD

Color information

#83DEAD (or 0x83DEAD) is unknown color: approx Vista Blue. HEX triplet: 83, DE and AD. RGB value is (131,222,173). Sum of RGB (Red+Green+Blue) = 131+222+173=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DEAD is #7C2152. Grayscale: #BDBDBD. Windows color (decimal): -8134995 or 11394691. OLE color: 11394691.

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

Color convert

RGB131222173-
CMYK0.4100.220.13
HSL147.69º57.96%69.22%-
HSV(B)147.69º40.99%87.06%-
XYZ43.0260.0848.87-
YUV189.2118.8586.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.90%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=24.90%
G=42.21%
B=32.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312221730.4100.220.13147.6957.9669.22
Hex83DEAD29016D943a45
Octal203336255510261522472105
Binary1000001111011110101011011010010101101101100101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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