#7DADC9

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

Shades of Seagull #7DADC9

Tints of Seagull #7DADC9

Color information

#7DADC9 (or 0x7DADC9) is unknown color: approx Seagull. HEX triplet: 7D, AD and C9. RGB value is (125,173,201). Sum of RGB (Red+Green+Blue) = 125+173+201=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #7DADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADC9 is #825236. Grayscale: #A1A1A1. Windows color (decimal): -8540727 or 13217149. OLE color: 13217149.

HSL color Cylindrical-coordinate representation of color #7DADC9: hue angle of 202.11º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DADC9 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125173201-
CMYK0.380.1400.21
HSL202.11º41.3%63.92%-
HSV(B)202.11º37.81%78.82%-
XYZ33.9438.4660.89-
YUV161.84150.1101.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=25.05%
G=34.67%
B=40.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251732010.380.1400.21202.1141.363.92
Hex7DADC926E015ca2940
Octal175255311461602531251100
Binary111110110101101110010011001101110010101110010101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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