#82C3CD

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

Shades of Spray #82C3CD

Tints of Spray #82C3CD

Color information

#82C3CD (or 0x82C3CD) is unknown color: approx Spray. HEX triplet: 82, C3 and CD. RGB value is (130,195,205). Sum of RGB (Red+Green+Blue) = 130+195+205=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #82C3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C3CD is #7D3C32. Grayscale: #B0B0B0. Windows color (decimal): -8207411 or 13484930. OLE color: 13484930.

HSL color Cylindrical-coordinate representation of color #82C3CD: hue angle of 188º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82C3CD is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130195205-
CMYK0.370.0500.20
HSL188º42.86%65.69%-
HSV(B)188º36.59%80.39%-
XYZ39.7448.1864.96-
YUV176.7143.9794.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.53%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=24.53%
G=36.79%
B=38.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301952050.370.0500.2018842.8665.69
Hex82C3CD255014bc2b42
Octal20230331545502427453102
Binary100000101100001111001101100101101010100101111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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