#83DBDE

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

Shades of Spray #83DBDE

Tints of Spray #83DBDE

Color information

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

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

Color convert

RGB131219222-
CMYK0.410.0100.13
HSL181.98º57.96%69.22%-
HSV(B)181.98º40.99%87.06%-
XYZ47.8860.7678.31-
YUV193.03144.3583.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312192220.410.0100.13181.9857.9669.22
Hex83DBDE2910Db63a45
Octal20333333651101526672105
Binary100000111101101111011110101001101101101101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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