#83DDDC

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

Shades of Spray #83DDDC

Tints of Spray #83DDDC

Color information

#83DDDC (or 0x83DDDC) is unknown color: approx Spray. HEX triplet: 83, DD and DC. RGB value is (131,221,220). Sum of RGB (Red+Green+Blue) = 131+221+220=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDDC is #7C2223. Grayscale: #C1C1C1. Windows color (decimal): -8135204 or 14474627. OLE color: 14474627.

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

Color convert

RGB131221220-
CMYK0.4100.000.13
HSL179.33º56.96%69.02%-
HSV(B)179.33º40.72%86.67%-
XYZ48.1361.7177.08-
YUV193.98142.6883.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.90%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=22.90%
G=38.64%
B=38.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312212200.4100.000.13179.3356.9669.02
Hex83DDDC2900Db33945
Octal20333533451001526371105
Binary100000111101110111011100101001001101101100111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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