#83DCCD

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

Shades of Riptide #83DCCD

Tints of Riptide #83DCCD

Color information

#83DCCD (or 0x83DCCD) is unknown color: approx Riptide. HEX triplet: 83, DC and CD. RGB value is (131,220,205). Sum of RGB (Red+Green+Blue) = 131+220+205=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCCD is #7C2332. Grayscale: #BFBFBF. Windows color (decimal): -8135475 or 13491331. OLE color: 13491331.

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

Color convert

RGB131220205-
CMYK0.4000.070.14
HSL169.89º55.97%68.82%-
HSV(B)169.89º40.45%86.27%-
XYZ45.9760.4267-
YUV191.68135.5184.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.56%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=23.56%
G=39.57%
B=36.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312202050.4000.070.14169.8955.9768.82
Hex83DCCD2807Eaa3845
Octal20333431550071625270105
Binary10000011110111001100110110100001111110101010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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