#7DACD0

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

Shades of Seagull #7DACD0

Tints of Seagull #7DACD0

Color information

#7DACD0 (or 0x7DACD0) is unknown color: approx Seagull. HEX triplet: 7D, AC and D0. RGB value is (125,172,208). Sum of RGB (Red+Green+Blue) = 125+172+208=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACD0 is #82532F. Grayscale: #A1A1A1. Windows color (decimal): -8540976 or 13675645. OLE color: 13675645.

HSL color Cylindrical-coordinate representation of color #7DACD0: hue angle of 206.02º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DACD0 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125172208-
CMYK0.400.1700.18
HSL206.02º46.89%65.29%-
HSV(B)206.02º39.9%81.57%-
XYZ34.638.4265.27-
YUV162.05153.93101.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=24.75%
G=34.06%
B=41.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251722080.400.1700.18206.0246.8965.29
Hex7DACD02811012ce2f41
Octal175254320502102231657101
Binary1111101101011001101000010100010001010010110011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,208); }

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

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

 a { background-color: rgb(125,172,208); }

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

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

 span { border-color: rgb(125,172,208); }

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