#83DEDA

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

Shades of Riptide #83DEDA

Tints of Riptide #83DEDA

Color information

#83DEDA (or 0x83DEDA) is unknown color: approx Riptide. HEX triplet: 83, DE and DA. RGB value is (131,222,218). Sum of RGB (Red+Green+Blue) = 131+222+218=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DEDA is #7C2125. Grayscale: #C2C2C2. Windows color (decimal): -8134950 or 14343811. OLE color: 14343811.

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

Color convert

RGB131222218-
CMYK0.4100.020.13
HSL177.36º57.96%69.22%-
HSV(B)177.36º40.99%87.06%-
XYZ48.1462.1375.78-
YUV194.34141.3582.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.94%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=22.94%
G=38.88%
B=38.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312222180.4100.020.13177.3657.9669.22
Hex83DEDA2902Db13a45
Octal20333633251021526172105
Binary1000001111011110110110101010010101101101100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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