#83D3DB

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

Shades of Spray #83D3DB

Tints of Spray #83D3DB

Color information

#83D3DB (or 0x83D3DB) is unknown color: approx Spray. HEX triplet: 83, D3 and DB. RGB value is (131,211,219). Sum of RGB (Red+Green+Blue) = 131+211+219=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #83D3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D3DB is #7C2C24. Grayscale: #BBBBBB. Windows color (decimal): -8137765 or 14406531. OLE color: 14406531.

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

Color convert

RGB131211219-
CMYK0.400.0400.14
HSL185.45º55%68.63%-
HSV(B)185.45º40.18%85.88%-
XYZ45.4456.5375.53-
YUV187.99145.587.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.35%
GREEN value IS 211 (82.81% from 255) = 37.61%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=23.35%
G=37.61%
B=39.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312112190.400.0400.14185.455568.63
Hex83D3DB2840Eb93745
Octal20332333350401627167105
Binary10000011110100111101101110100010001110101110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,211,219); }

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

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

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

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

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

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

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