#7DADCE

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

Shades of Seagull #7DADCE

Tints of Seagull #7DADCE

Color information

#7DADCE (or 0x7DADCE) is unknown color: approx Seagull. HEX triplet: 7D, AD and CE. RGB value is (125,173,206). Sum of RGB (Red+Green+Blue) = 125+173+206=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADCE is #825231. Grayscale: #A2A2A2. Windows color (decimal): -8540722 or 13544829. OLE color: 13544829.

HSL color Cylindrical-coordinate representation of color #7DADCE: hue angle of 204.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DADCE is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125173206-
CMYK0.390.1600.19
HSL204.44º45.25%64.9%-
HSV(B)204.44º39.32%80.78%-
XYZ34.5438.764.04-
YUV162.41152.6101.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.80%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=24.80%
G=34.33%
B=40.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251732060.390.1600.19204.4445.2564.9
Hex7DADCE2710013cc2d41
Octal175255316472002331455101
Binary1111101101011011100111010011110000010011110011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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