#83D7DC

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

Shades of Spray #83D7DC

Tints of Spray #83D7DC

Color information

#83D7DC (or 0x83D7DC) is unknown color: approx Spray. HEX triplet: 83, D7 and DC. RGB value is (131,215,220). Sum of RGB (Red+Green+Blue) = 131+215+220=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #83D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D7DC is #7C2823. Grayscale: #BEBEBE. Windows color (decimal): -8136740 or 14473091. OLE color: 14473091.

HSL color Cylindrical-coordinate representation of color #83D7DC: hue angle of 183.37º 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 #83D7DC is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131215220-
CMYK0.400.0200.14
HSL183.37º55.97%68.82%-
HSV(B)183.37º40.45%86.27%-
XYZ46.5858.5976.56-
YUV190.45144.6785.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.14%
GREEN value IS 215 (84.38% from 255) = 37.99%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=23.14%
G=37.99%
B=38.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312152200.400.0200.14183.3755.9768.82
Hex83D7DC2820Eb73845
Octal20332733450201626770105
Binary1000001111010111110111001010001001110101101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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