#83DFDF

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

Shades of Spray #83DFDF

Tints of Spray #83DFDF

Color information

#83DFDF (or 0x83DFDF) is unknown color: approx Spray. HEX triplet: 83, DF and DF. RGB value is (131,223,223). Sum of RGB (Red+Green+Blue) = 131+223+223=577 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.70% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #83DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFDF is #7C2020. Grayscale: #C3C3C3. Windows color (decimal): -8134689 or 14671747. OLE color: 14671747.

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

Color convert

RGB131223223-
CMYK0.41000.13
HSL180º58.97%69.41%-
HSV(B)180º41.26%87.45%-
XYZ49.0762.9379.37-
YUV195.49143.5282-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.70%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=22.70%
G=38.65%
B=38.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312232230.41000.1318058.9769.41
Hex83DFDF2900Db43b45
Octal20333733751001526473105
Binary100000111101111111011111101001001101101101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DFDF; }

 p { color: rgb(131,223,223); }

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

<style>
 a { background-color: #83DFDF; }

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

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

<style>
 span { border-color: #83DFDF; }

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

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