#82DADB

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

Shades of Spray #82DADB

Tints of Spray #82DADB

Color information

#82DADB (or 0x82DADB) is unknown color: approx Spray. HEX triplet: 82, DA and DB. RGB value is (130,218,219). Sum of RGB (Red+Green+Blue) = 130+218+219=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #82DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DADB is #7D2524. Grayscale: #BFBFBF. Windows color (decimal): -8201509 or 14408322. OLE color: 14408322.

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

Color convert

RGB130218219-
CMYK0.410.0000.14
HSL180.67º55.28%68.43%-
HSV(B)180.67º40.64%85.88%-
XYZ47.066076.12-
YUV191.8143.3583.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.93%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=22.93%
G=38.45%
B=38.62%

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
Decimal1302182190.410.0000.14180.6755.2868.43
Hex82DADB2900Eb53744
Octal20233233351001626567104
Binary100000101101101011011011101001001110101101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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