#7DADD1

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

Shades of Seagull #7DADD1

Tints of Seagull #7DADD1

Color information

#7DADD1 (or 0x7DADD1) is unknown color: approx Seagull. HEX triplet: 7D, AD and D1. RGB value is (125,173,209). Sum of RGB (Red+Green+Blue) = 125+173+209=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #7DADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADD1 is #82522E. Grayscale: #A2A2A2. Windows color (decimal): -8540719 or 13741437. OLE color: 13741437.

HSL color Cylindrical-coordinate representation of color #7DADD1: hue angle of 205.71º degrees, saturation: 0.48, 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 #7DADD1 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125173209-
CMYK0.400.1700.18
HSL205.71º47.73%65.49%-
HSV(B)205.71º40.19%81.96%-
XYZ34.9138.8565.98-
YUV162.75154.1101.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.65%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 209 (82.03% from 255) = 41.22%
R=24.65%
G=34.12%
B=41.22%

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
Decimal1251732090.400.1700.18205.7147.7365.49
Hex7DADD12811012ce3041
Octal175255321502102231660101
Binary1111101101011011101000110100010001010010110011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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