#82CCDF

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

Shades of Spray #82CCDF

Tints of Spray #82CCDF

Color information

#82CCDF (or 0x82CCDF) is unknown color: approx Spray. HEX triplet: 82, CC and DF. RGB value is (130,204,223). Sum of RGB (Red+Green+Blue) = 130+204+223=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #82CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CCDF is #7D3320. Grayscale: #B7B7B7. Windows color (decimal): -8205089 or 14666882. OLE color: 14666882.

HSL color Cylindrical-coordinate representation of color #82CCDF: hue angle of 192.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82CCDF is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130204223-
CMYK0.420.0900.13
HSL192.26º59.24%69.22%-
HSV(B)192.26º41.7%87.45%-
XYZ44.1253.2677.77-
YUV184.04149.9889.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.34%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=23.34%
G=36.62%
B=40.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302042230.420.0900.13192.2659.2469.22
Hex82CCDF2A90Dc03b45
Octal202314337521101530073105
Binary100000101100110011011111101010100101101110000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,204,223); }

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

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

 a { background-color: rgb(130,204,223); }

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

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

 span { border-color: rgb(130,204,223); }

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