#82DAE0

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

Shades of Spray #82DAE0

Tints of Spray #82DAE0

Color information

#82DAE0 (or 0x82DAE0) is unknown color: approx Spray. HEX triplet: 82, DA and E0. RGB value is (130,218,224). Sum of RGB (Red+Green+Blue) = 130+218+224=572 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.73% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #82DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DAE0 is #7D251F. Grayscale: #C0C0C0. Windows color (decimal): -8201504 or 14736002. OLE color: 14736002.

HSL color Cylindrical-coordinate representation of color #82DAE0: hue angle of 183.83º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DAE0 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB130218224-
CMYK0.420.0300.12
HSL183.83º60.26%69.41%-
HSV(B)183.83º41.96%87.84%-
XYZ47.7360.2779.64-
YUV192.37145.8583.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.73%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 224 (87.89% from 255) = 39.16%
R=22.73%
G=38.11%
B=39.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302182240.420.0300.12183.8360.2669.41
Hex82DAE02A30Cb83c45
Octal20233234052301427074105
Binary1000001011011010111000001010101101100101110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,218,224); }

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

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

 a { background-color: rgb(130,218,224); }

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

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

 span { border-color: rgb(130,218,224); }

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