#83DEDB

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

Shades of Spray #83DEDB

Tints of Spray #83DEDB

Color information

#83DEDB (or 0x83DEDB) is unknown color: approx Spray. HEX triplet: 83, DE and DB. RGB value is (131,222,219). Sum of RGB (Red+Green+Blue) = 131+222+219=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DEDB is #7C2124. Grayscale: #C2C2C2. Windows color (decimal): -8134949 or 14409347. OLE color: 14409347.

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

Color convert

RGB131222219-
CMYK0.4100.010.13
HSL178.02º57.96%69.22%-
HSV(B)178.02º40.99%87.06%-
XYZ48.2762.1876.48-
YUV194.45141.8582.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.90%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=22.90%
G=38.81%
B=38.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312222190.4100.010.13178.0257.9669.22
Hex83DEDB2901Db23a45
Octal20333633351011526272105
Binary100000111101111011011011101001011101101100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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