#83DCD9

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

Shades of Spray #83DCD9

Tints of Spray #83DCD9

Color information

#83DCD9 (or 0x83DCD9) is unknown color: approx Spray. HEX triplet: 83, DC and D9. RGB value is (131,220,217). Sum of RGB (Red+Green+Blue) = 131+220+217=568 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.06% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCD9 is #7C2326. Grayscale: #C0C0C0. Windows color (decimal): -8135463 or 14277763. OLE color: 14277763.

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

Color convert

RGB131220217-
CMYK0.4000.010.14
HSL177.98º55.97%68.82%-
HSV(B)177.98º40.45%86.27%-
XYZ47.4861.0274.92-
YUV193.05141.5183.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.06%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=23.06%
G=38.73%
B=38.20%

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
Decimal1312202170.4000.010.14177.9855.9768.82
Hex83DCD92801Eb23845
Octal20333433150011626270105
Binary100000111101110011011001101000011110101100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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