Html Css Color HEX #83D9CF Riptide

📋 copy color: '#83D9CF'

red 131 ◦ green 217 ◦ blue 207

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

Shades of Riptide #83D9CF

Tints of Riptide #83D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.1%

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 23.6%
G = 39.1%
B = 37.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#83D9CF (or 0x83D9CF) is known color: 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

RGB 131 217 207 -
CMYK 0.40 0 0.05 0.15
HSL 173.02º 0.53% 0.68% -
HSV(B) 173.02º 0.4% 0.85% -
XYZ 45.44 58.96 68.02 -
YUV 190.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 131 217 207 0.40 0 0.05 0.15 173.02 0.53 0.68
Hex 83 D9 CF 28 0 5 F AD 35 44
Octal 203 331 317 50 0 5 17 255 65 104
Binary 10000011 11011001 11001111 101000 0 101 1111 10101101 110101 1000100

Color Harmonies of #83D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D9CF

Black with #83D9CF

Text Example


Text Example

White with #83D9CF

Text Example


Text Example

HTML Codes & Css Web 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>