#84DCCE

Color #84DCCE Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #84DCCE

Tints of Riptide #84DCCE

Color information

#84DCCE (or 0x84DCCE) is unknown color: approx Riptide. HEX triplet: 84, DC and CE. RGB value is (132,220,206). Sum of RGB (Red+Green+Blue) = 132+220+206=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCCE is #7B2331. Grayscale: #C0C0C0. Windows color (decimal): -8069938 or 13556868. OLE color: 13556868.

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

Color convert

RGB132220206-
CMYK0.4000.060.14
HSL170.45º55.7%69.02%-
HSV(B)170.45º40%86.27%-
XYZ46.2560.5567.64-
YUV192.09135.8585.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.66%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=23.66%
G=39.43%
B=36.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322202060.4000.060.14170.4555.769.02
Hex84DCCE2806Eaa3845
Octal20433431650061625270105
Binary10000100110111001100111010100001101110101010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84DCCE;
 }
 .AnyTagClassName
 {
   color: #84DCCE;
 }
</style>
background-color css

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

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

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

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

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

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