#83DFDD

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

Shades of Spray #83DFDD

Tints of Spray #83DFDD

Color information

#83DFDD (or 0x83DFDD) is unknown color: approx Spray. HEX triplet: 83, DF and DD. RGB value is (131,223,221). Sum of RGB (Red+Green+Blue) = 131+223+221=575 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.78% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFDD is #7C2022. Grayscale: #C3C3C3. Windows color (decimal): -8134691 or 14540675. OLE color: 14540675.

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

Color convert

RGB131223221-
CMYK0.4100.010.13
HSL178.7º58.97%69.41%-
HSV(B)178.7º41.26%87.45%-
XYZ48.862.8277.96-
YUV195.26142.5282.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.78%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=22.78%
G=38.78%
B=38.43%

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
Decimal1312232210.4100.010.13178.758.9769.41
Hex83DFDD2901Db33b45
Octal20333733551011526373105
Binary100000111101111111011101101001011101101100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,223,221); }

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

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

 a { background-color: rgb(131,223,221); }

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

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

 span { border-color: rgb(131,223,221); }

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