#7DD1DC

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

Shades of Spray #7DD1DC

Tints of Spray #7DD1DC

Color information

#7DD1DC (or 0x7DD1DC) is unknown color: approx Spray. HEX triplet: 7D, D1 and DC. RGB value is (125,209,220). Sum of RGB (Red+Green+Blue) = 125+209+220=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DD1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD1DC is #822E23. Grayscale: #B9B9B9. Windows color (decimal): -8531492 or 14471549. OLE color: 14471549.

HSL color Cylindrical-coordinate representation of color #7DD1DC: hue angle of 186.95º 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 #7DD1DC is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125209220-
CMYK0.430.0500.14
HSL186.95º57.58%67.65%-
HSV(B)186.95º43.18%86.27%-
XYZ44.1855.1376.02-
YUV185.14147.6785.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 209 (82.03% from 255) = 37.73%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=22.56%
G=37.73%
B=39.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252092200.430.0500.14186.9557.5867.65
Hex7DD1DC2B50Ebb3a44
Octal17532133453501627372104
Binary1111101110100011101110010101110101110101110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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