Html Css Color HEX #83DCC9 Riptide

📋 copy color: '#83DCC9'

red 131 ◦ green 220 ◦ blue 201

#83DCC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #83DCC9

Tints of Riptide #83DCC9

RGB

 RED value IS 131 (51.56% from 255) = 23.73%

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 23.73%
G = 39.86%
B = 36.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#83DCC9 (or 0x83DCC9) is known color: Riptide. HEX triplet: 83, DC and C9. RGB value is (131,220,201). Sum of RGB (Red+Green+Blue) = 131+220+201=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCC9 is #7C2336. Grayscale: #BFBFBF. Windows color (decimal): -8135479 or 13229187. OLE color: 13229187.

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

Color convert

RGB 131 220 201 -
CMYK 0.40 0 0.09 0.14
HSL 167.19º 0.56% 0.69% -
HSV(B) 167.19º 0.4% 0.86% -
XYZ 45.5 60.23 64.49 -
YUV 191.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 131 220 201 0.40 0 0.09 0.14 167.19 0.56 0.69
Hex 83 DC C9 28 0 9 E A7 38 45
Octal 203 334 311 50 0 11 16 247 70 105
Binary 10000011 11011100 11001001 101000 0 1001 1110 10100111 111000 1000101

Color Harmonies of #83DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCC9

Black with #83DCC9

Text Example


Text Example

White with #83DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83DCC9;
 }
 .AnyTagClassName
 {
   color: #83DCC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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