#82D5DC

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

Shades of Spray #82D5DC

Tints of Spray #82D5DC

Color information

#82D5DC (or 0x82D5DC) is unknown color: approx Spray. HEX triplet: 82, D5 and DC. RGB value is (130,213,220). Sum of RGB (Red+Green+Blue) = 130+213+220=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #82D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D5DC is #7D2A23. Grayscale: #BCBCBC. Windows color (decimal): -8202788 or 14472578. OLE color: 14472578.

HSL color Cylindrical-coordinate representation of color #82D5DC: hue angle of 184.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 #82D5DC is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130213220-
CMYK0.410.0300.14
HSL184.67º56.25%68.63%-
HSV(B)184.67º40.91%86.27%-
XYZ45.9257.576.39-
YUV188.98145.585.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.09%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=23.09%
G=37.83%
B=39.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302132200.410.0300.14184.6756.2568.63
Hex82D5DC2930Eb93845
Octal20232533451301627170105
Binary1000001011010101110111001010011101110101110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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