#83DBD9

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

Shades of Spray #83DBD9

Tints of Spray #83DBD9

Color information

#83DBD9 (or 0x83DBD9) is unknown color: approx Spray. HEX triplet: 83, DB and D9. RGB value is (131,219,217). Sum of RGB (Red+Green+Blue) = 131+219+217=567 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.10% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBD9 is #7C2426. Grayscale: #C0C0C0. Windows color (decimal): -8135719 or 14277507. OLE color: 14277507.

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

Color convert

RGB131219217-
CMYK0.4000.010.14
HSL178.64º55%68.63%-
HSV(B)178.64º40.18%85.88%-
XYZ47.2260.574.83-
YUV192.46141.8584.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.10%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 217 (85.16% from 255) = 38.27%
R=23.10%
G=38.62%
B=38.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312192170.4000.010.14178.645568.63
Hex83DBD92801Eb33745
Octal20333333150011626367105
Binary100000111101101111011001101000011110101100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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