Html Css Color HEX #83DBCA Riptide

📋 copy color: '#83DBCA'

red 131 ◦ green 219 ◦ blue 202

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

Shades of Riptide #83DBCA

Tints of Riptide #83DBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.67%

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 23.73%
G = 39.67%
B = 36.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#83DBCA (or 0x83DBCA) is known color: Riptide. HEX triplet: 83, DB and CA. RGB value is (131,219,202). Sum of RGB (Red+Green+Blue) = 131+219+202=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBCA is #7C2435. Grayscale: #BEBEBE. Windows color (decimal): -8135734 or 13294467. OLE color: 13294467.

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

Color convert

RGB 131 219 202 -
CMYK 0.40 0 0.08 0.14
HSL 168.41º 0.55% 0.69% -
HSV(B) 168.41º 0.4% 0.86% -
XYZ 45.35 59.75 65.02 -
YUV 190.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 131 219 202 0.40 0 0.08 0.14 168.41 0.55 0.69
Hex 83 DB CA 28 0 8 E A8 37 45
Octal 203 333 312 50 0 10 16 250 67 105
Binary 10000011 11011011 11001010 101000 0 1000 1110 10101000 110111 1000101

Color Harmonies of #83DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBCA

Black with #83DBCA

Text Example


Text Example

White with #83DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,219,202); }

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

background-color css

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

 a { background-color: rgb(131,219,202); }

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

border-color css

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

 span { border-color: rgb(131,219,202); }

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