Html Css Color HEX #83DACB Riptide

📋 copy color: '#83DACB'

red 131 ◦ green 218 ◦ blue 203

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

Shades of Riptide #83DACB

Tints of Riptide #83DACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.49%

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

R = 23.73%
G = 39.49%
B = 36.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#83DACB (or 0x83DACB) is known color: Riptide. HEX triplet: 83, DA and CB. RGB value is (131,218,203). Sum of RGB (Red+Green+Blue) = 131+218+203=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #83DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DACB is #7C2534. Grayscale: #BEBEBE. Windows color (decimal): -8135989 or 13359747. OLE color: 13359747.

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

Color convert

RGB 131 218 203 -
CMYK 0.40 0 0.07 0.15
HSL 169.66º 0.54% 0.68% -
HSV(B) 169.66º 0.4% 0.85% -
XYZ 45.21 59.28 65.56 -
YUV 190.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 131 218 203 0.40 0 0.07 0.15 169.66 0.54 0.68
Hex 83 DA CB 28 0 7 F AA 36 44
Octal 203 332 313 50 0 7 17 252 66 104
Binary 10000011 11011010 11001011 101000 0 111 1111 10101010 110110 1000100

Color Harmonies of #83DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DACB

Black with #83DACB

Text Example


Text Example

White with #83DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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