#7DDCCE

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

Shades of Riptide #7DDCCE

Tints of Riptide #7DDCCE

Color information

#7DDCCE (or 0x7DDCCE) is unknown color: approx Riptide. HEX triplet: 7D, DC and CE. RGB value is (125,220,206). Sum of RGB (Red+Green+Blue) = 125+220+206=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCCE is #822331. Grayscale: #BDBDBD. Windows color (decimal): -8528690 or 13556861. OLE color: 13556861.

HSL color Cylindrical-coordinate representation of color #7DDCCE: hue angle of 171.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCCE is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB125220206-
CMYK0.4300.060.14
HSL171.16º57.58%67.65%-
HSV(B)171.16º43.18%86.27%-
XYZ45.196067.59-
YUV190137.0381.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.69%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=22.69%
G=39.93%
B=37.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252202060.4300.060.14171.1657.5867.65
Hex7DDCCE2B06Eab3a44
Octal17533431653061625372104
Binary1111101110111001100111010101101101110101010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DDCCE; }

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

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

<style>
 a { background-color: #7DDCCE; }

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

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

<style>
 span { border-color: #7DDCCE; }

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

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