#83DCDC

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

Shades of Spray #83DCDC

Tints of Spray #83DCDC

Color information

#83DCDC (or 0x83DCDC) is unknown color: approx Spray. HEX triplet: 83, DC and DC. RGB value is (131,220,220). Sum of RGB (Red+Green+Blue) = 131+220+220=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #83DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCDC is #7C2323. Grayscale: #C1C1C1. Windows color (decimal): -8135460 or 14474371. OLE color: 14474371.

HSL color Cylindrical-coordinate representation of color #83DCDC: hue angle of 180º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCDC is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131220220-
CMYK0.40000.14
HSL180º55.97%68.82%-
HSV(B)180º40.45%86.27%-
XYZ47.8761.1877-
YUV193.39143.0183.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.94%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=22.94%
G=38.53%
B=38.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312202200.40000.1418055.9768.82
Hex83DCDC2800Eb43845
Octal20333433450001626470105
Binary100000111101110011011100101000001110101101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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