#7DADD0

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

Shades of Seagull #7DADD0

Tints of Seagull #7DADD0

Color information

#7DADD0 (or 0x7DADD0) is unknown color: approx Seagull. HEX triplet: 7D, AD and D0. RGB value is (125,173,208). Sum of RGB (Red+Green+Blue) = 125+173+208=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DADD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADD0 is #82522F. Grayscale: #A2A2A2. Windows color (decimal): -8540720 or 13675901. OLE color: 13675901.

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

Color convert

RGB125173208-
CMYK0.400.1700.18
HSL205.3º46.89%65.29%-
HSV(B)205.3º39.9%81.57%-
XYZ34.7938.865.33-
YUV162.64153.6101.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.70%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=24.70%
G=34.19%
B=41.11%

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
Decimal1251732080.400.1700.18205.346.8965.29
Hex7DADD02811012cd2f41
Octal175255320502102231557101
Binary1111101101011011101000010100010001010010110011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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