Html Css Color HEX #83DCCE Riptide

📋 copy color: '#83DCCE'

red 131 ◦ green 220 ◦ blue 206

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

Shades of Riptide #83DCCE

Tints of Riptide #83DCCE

RGB

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

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

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

R = 23.52%
G = 39.5%
B = 36.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#83DCCE (or 0x83DCCE) is known color: Riptide. HEX triplet: 83, DC and CE. RGB value is (131,220,206). Sum of RGB (Red+Green+Blue) = 131+220+206=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCCE is #7C2331. Grayscale: #BFBFBF. Windows color (decimal): -8135474 or 13556867. OLE color: 13556867.

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

Color convert

RGB 131 220 206 -
CMYK 0.40 0 0.06 0.14
HSL 170.56º 0.56% 0.69% -
HSV(B) 170.56º 0.4% 0.86% -
XYZ 46.09 60.47 67.63 -
YUV 191.79 136.01 84.64 -
System Red Green Blue C M Y K H S L
Decimal 131 220 206 0.40 0 0.06 0.14 170.56 0.56 0.69
Hex 83 DC CE 28 0 6 E AB 38 45
Octal 203 334 316 50 0 6 16 253 70 105
Binary 10000011 11011100 11001110 101000 0 110 1110 10101011 111000 1000101

Color Harmonies of #83DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCCE

Black with #83DCCE

Text Example


Text Example

White with #83DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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