#7DADCC

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

Shades of Seagull #7DADCC

Tints of Seagull #7DADCC

Color information

#7DADCC (or 0x7DADCC) is unknown color: approx Seagull. HEX triplet: 7D, AD and CC. RGB value is (125,173,204). Sum of RGB (Red+Green+Blue) = 125+173+204=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADCC is #825233. Grayscale: #A2A2A2. Windows color (decimal): -8540724 or 13413757. OLE color: 13413757.

HSL color Cylindrical-coordinate representation of color #7DADCC: hue angle of 203.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DADCC is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB125173204-
CMYK0.390.1500.2
HSL203.54º43.65%64.51%-
HSV(B)203.54º38.73%80%-
XYZ34.338.6162.77-
YUV162.18151.6101.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.90%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=24.90%
G=34.46%
B=40.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251732040.390.1500.2203.5443.6564.51
Hex7DADCC27F014cc2c41
Octal175255314471702431454101
Binary111110110101101110011001001111111010100110011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,173,204); }

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

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

 a { background-color: rgb(125,173,204); }

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

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

 span { border-color: rgb(125,173,204); }

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