Html Css Color HEX #83DECE Riptide

📋 copy color: '#83DECE'

red 131 ◦ green 222 ◦ blue 206

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

Shades of Riptide #83DECE

Tints of Riptide #83DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.71%

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 23.43%
G = 39.71%
B = 36.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#83DECE (or 0x83DECE) is known color: Riptide. HEX triplet: 83, DE and CE. RGB value is (131,222,206). Sum of RGB (Red+Green+Blue) = 131+222+206=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #83DECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DECE is #7C2131. Grayscale: #C0C0C0. Windows color (decimal): -8134962 or 13557379. OLE color: 13557379.

HSL color Cylindrical-coordinate representation of color #83DECE: hue angle of 169.45º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DECE is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 222 206 -
CMYK 0.41 0 0.07 0.13
HSL 169.45º 0.58% 0.69% -
HSV(B) 169.45º 0.41% 0.87% -
XYZ 46.62 61.52 67.81 -
YUV 192.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 131 222 206 0.41 0 0.07 0.13 169.45 0.58 0.69
Hex 83 DE CE 29 0 7 D A9 3A 45
Octal 203 336 316 51 0 7 15 251 72 105
Binary 10000011 11011110 11001110 101001 0 111 1101 10101001 111010 1000101

Color Harmonies of #83DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DECE

Black with #83DECE

Text Example


Text Example

White with #83DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,222,206); }

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

background-color css

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

 a { background-color: rgb(131,222,206); }

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

border-color css

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

 span { border-color: rgb(131,222,206); }

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