#83D9CF

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

Shades of Riptide #83D9CF

Tints of Riptide #83D9CF

Color information

#83D9CF (or 0x83D9CF) is unknown color: approx Riptide. HEX triplet: 83, D9 and CF. RGB value is (131,217,207). Sum of RGB (Red+Green+Blue) = 131+217+207=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #83D9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9CF is #7C2630. Grayscale: #BEBEBE. Windows color (decimal): -8136241 or 13621635. OLE color: 13621635.

HSL color Cylindrical-coordinate representation of color #83D9CF: hue angle of 173.02º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83D9CF is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB131217207-
CMYK0.4000.050.15
HSL173.02º53.09%68.24%-
HSV(B)173.02º39.63%85.1%-
XYZ45.4458.9668.02-
YUV190.15137.5185.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.60%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=23.60%
G=39.10%
B=37.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312172070.4000.050.15173.0253.0968.24
Hex83D9CF2805Fad3544
Octal20333131750051725565104
Binary10000011110110011100111110100001011111101011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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