#7DACCF

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

Shades of Seagull #7DACCF

Tints of Seagull #7DACCF

Color information

#7DACCF (or 0x7DACCF) is unknown color: approx Seagull. HEX triplet: 7D, AC and CF. RGB value is (125,172,207). Sum of RGB (Red+Green+Blue) = 125+172+207=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACCF is #825330. Grayscale: #A1A1A1. Windows color (decimal): -8540977 or 13610109. OLE color: 13610109.

HSL color Cylindrical-coordinate representation of color #7DACCF: hue angle of 205.61º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DACCF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125172207-
CMYK0.400.1700.19
HSL205.61º46.07%65.1%-
HSV(B)205.61º39.61%81.18%-
XYZ34.4738.3764.62-
YUV161.94153.43101.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.80%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=24.80%
G=34.13%
B=41.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251722070.400.1700.19205.6146.0765.1
Hex7DACCF2811013ce2e41
Octal175254317502102331656101
Binary1111101101011001100111110100010001010011110011101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,207); }

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

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

 a { background-color: rgb(125,172,207); }

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

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

 span { border-color: rgb(125,172,207); }

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