Html Css Color HEX #84DFDB Riptide

📋 copy color: '#84DFDB'

red 132 ◦ green 223 ◦ blue 219

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

Shades of Riptide #84DFDB

Tints of Riptide #84DFDB

RGB

 RED value IS 132 (51.95% from 255) = 23%

 GREEN value IS 223 (87.5% from 255) = 38.85%

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 23%
G = 38.85%
B = 38.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#84DFDB (or 0x84DFDB) is known color: Riptide. HEX triplet: 84, DF and DB. RGB value is (132,223,219). Sum of RGB (Red+Green+Blue) = 132+223+219=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFDB is #7B2024. Grayscale: #C3C3C3. Windows color (decimal): -8069157 or 14409604. OLE color: 14409604.

HSL color Cylindrical-coordinate representation of color #84DFDB: hue angle of 177.36º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFDB is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 223 219 -
CMYK 0.41 0 0.02 0.13
HSL 177.36º 0.59% 0.7% -
HSV(B) 177.36º 0.41% 0.87% -
XYZ 48.69 62.8 76.57 -
YUV 195.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 132 223 219 0.41 0 0.02 0.13 177.36 0.59 0.7
Hex 84 DF DB 29 0 2 D B1 3B 46
Octal 204 337 333 51 0 2 15 261 73 106
Binary 10000100 11011111 11011011 101001 0 10 1101 10110001 111011 1000110

Color Harmonies of #84DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DFDB

Black with #84DFDB

Text Example


Text Example

White with #84DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84DFDB; }

 p { color: rgb(132,223,219); }

 H1.HeaderClassName
 {
   color: #84DFDB;
 }
 .AnyTagClassName
 {
   color: #84DFDB;
 }
</style>

background-color css

<style>
 a { background-color: #84DFDB; }

 a { background-color: rgb(132,223,219); }

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

border-color css

<style>
 span { border-color: #84DFDB; }

 span { border-color: rgb(132,223,219); }

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