#83DCDD

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

Shades of Spray #83DCDD

Tints of Spray #83DCDD

Color information

#83DCDD (or 0x83DCDD) is unknown color: approx Spray. HEX triplet: 83, DC and DD. RGB value is (131,220,221). Sum of RGB (Red+Green+Blue) = 131+220+221=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #83DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCDD is #7C2322. Grayscale: #C1C1C1. Windows color (decimal): -8135459 or 14539907. OLE color: 14539907.

HSL color Cylindrical-coordinate representation of color #83DCDD: hue angle of 180.67º degrees, saturation: 0.57, 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 #83DCDD is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131220221-
CMYK0.410.0000.13
HSL180.67º56.96%69.02%-
HSV(B)180.67º40.72%86.67%-
XYZ4861.2377.7-
YUV193.5143.5183.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.90%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=22.90%
G=38.46%
B=38.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312202210.410.0000.13180.6756.9669.02
Hex83DCDD2900Db53945
Octal20333433551001526571105
Binary100000111101110011011101101001001101101101011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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