#82DEAD

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

Shades of Vista Blue #82DEAD

Tints of Vista Blue #82DEAD

Color information

#82DEAD (or 0x82DEAD) is unknown color: approx Vista Blue. HEX triplet: 82, DE and AD. RGB value is (130,222,173). Sum of RGB (Red+Green+Blue) = 130+222+173=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DEAD is #7D2152. Grayscale: #BDBDBD. Windows color (decimal): -8200531 or 11394690. OLE color: 11394690.

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

Color convert

RGB130222173-
CMYK0.4100.220.13
HSL148.04º58.23%69.02%-
HSV(B)148.04º41.44%87.06%-
XYZ42.8760.0148.86-
YUV188.91119.0285.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.76%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=24.76%
G=42.29%
B=32.95%

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
Decimal1302221730.4100.220.13148.0458.2369.02
Hex82DEAD29016D943a45
Octal202336255510261522472105
Binary1000001011011110101011011010010101101101100101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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