Html Css Color HEX #83D8CB Riptide

📋 copy color: '#83D8CB'

red 131 ◦ green 216 ◦ blue 203

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

Shades of Riptide #83D8CB

Tints of Riptide #83D8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.27%

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 23.82%
G = 39.27%
B = 36.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#83D8CB (or 0x83D8CB) is known color: Riptide. HEX triplet: 83, D8 and CB. RGB value is (131,216,203). Sum of RGB (Red+Green+Blue) = 131+216+203=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #83D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D8CB is #7C2734. Grayscale: #BDBDBD. Windows color (decimal): -8136501 or 13359235. OLE color: 13359235.

HSL color Cylindrical-coordinate representation of color #83D8CB: hue angle of 170.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D8CB is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 216 203 -
CMYK 0.39 0 0.06 0.15
HSL 170.82º 0.52% 0.68% -
HSV(B) 170.82º 0.39% 0.85% -
XYZ 44.7 58.25 65.39 -
YUV 189.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 131 216 203 0.39 0 0.06 0.15 170.82 0.52 0.68
Hex 83 D8 CB 27 0 6 F AB 34 44
Octal 203 330 313 47 0 6 17 253 64 104
Binary 10000011 11011000 11001011 100111 0 110 1111 10101011 110100 1000100

Color Harmonies of #83D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D8CB

Black with #83D8CB

Text Example


Text Example

White with #83D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,216,203); }

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

background-color css

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

 a { background-color: rgb(131,216,203); }

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

border-color css

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

 span { border-color: rgb(131,216,203); }

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