#7DADCD

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

Shades of Seagull #7DADCD

Tints of Seagull #7DADCD

Color information

#7DADCD (or 0x7DADCD) is unknown color: approx Seagull. HEX triplet: 7D, AD and CD. RGB value is (125,173,205). Sum of RGB (Red+Green+Blue) = 125+173+205=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADCD is #825232. Grayscale: #A2A2A2. Windows color (decimal): -8540723 or 13479293. OLE color: 13479293.

HSL color Cylindrical-coordinate representation of color #7DADCD: hue angle of 204º 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 #7DADCD is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125173205-
CMYK0.390.1600.20
HSL204º44.44%64.71%-
HSV(B)204º39.02%80.39%-
XYZ34.4238.6563.4-
YUV162.3152.1101.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=24.85%
G=34.39%
B=40.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251732050.390.1600.2020444.4464.71
Hex7DADCD2710014cc2c41
Octal175255315472002431454101
Binary1111101101011011100110110011110000010100110011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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