#82DBDC

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

Shades of Spray #82DBDC

Tints of Spray #82DBDC

Color information

#82DBDC (or 0x82DBDC) is unknown color: approx Spray. HEX triplet: 82, DB and DC. RGB value is (130,219,220). Sum of RGB (Red+Green+Blue) = 130+219+220=569 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.85% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #82DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DBDC is #7D2423. Grayscale: #C0C0C0. Windows color (decimal): -8201252 or 14474114. OLE color: 14474114.

HSL color Cylindrical-coordinate representation of color #82DBDC: hue angle of 180.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DBDC is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130219220-
CMYK0.410.0000.14
HSL180.67º56.25%68.63%-
HSV(B)180.67º40.91%86.27%-
XYZ47.4660.5876.9-
YUV192.5143.5183.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.85%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=22.85%
G=38.49%
B=38.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302192200.410.0000.14180.6756.2568.63
Hex82DBDC2900Eb53845
Octal20233333451001626570105
Binary100000101101101111011100101001001110101101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,219,220); }

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

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

 a { background-color: rgb(130,219,220); }

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

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

 span { border-color: rgb(130,219,220); }

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