#82CDE0

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

Shades of Spray #82CDE0

Tints of Spray #82CDE0

Color information

#82CDE0 (or 0x82CDE0) is unknown color: approx Spray. HEX triplet: 82, CD and E0. RGB value is (130,205,224). Sum of RGB (Red+Green+Blue) = 130+205+224=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #82CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CDE0 is #7D321F. Grayscale: #B8B8B8. Windows color (decimal): -8204832 or 14732674. OLE color: 14732674.

HSL color Cylindrical-coordinate representation of color #82CDE0: hue angle of 192.13º 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 #82CDE0 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB130205224-
CMYK0.420.0800.12
HSL192.13º60.26%69.41%-
HSV(B)192.13º41.96%87.84%-
XYZ44.4953.7978.56-
YUV184.74150.1588.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.26%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=23.26%
G=36.67%
B=40.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302052240.420.0800.12192.1360.2669.41
Hex82CDE02A80Cc03c45
Octal202315340521001430074105
Binary100000101100110111100000101010100001100110000001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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