#82FAAE

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

Shades of Vista Blue #82FAAE

Tints of Vista Blue #82FAAE

Color information

#82FAAE (or 0x82FAAE) is unknown color: approx Vista Blue. HEX triplet: 82, FA and AE. RGB value is (130,250,174). Sum of RGB (Red+Green+Blue) = 130+250+174=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FAAE is #7D0551. Grayscale: #CDCDCD. Windows color (decimal): -8193362 or 11467394. OLE color: 11467394.

HSL color Cylindrical-coordinate representation of color #82FAAE: hue angle of 142º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FAAE is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB130250174-
CMYK0.4800.300.02
HSL142º92.31%74.51%-
HSV(B)142º48%98.04%-
XYZ51.0376.1752.06-
YUV205.46110.2474.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.47%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=23.47%
G=45.13%
B=31.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302501740.4800.300.0214292.3174.51
Hex82FAAE3001E28e5c4b
Octal202372256600362216134113
Binary100000101111101010101110110000011110101000111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,250,174); }

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

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

 a { background-color: rgb(130,250,174); }

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

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

 span { border-color: rgb(130,250,174); }

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