#7DACCC

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

Shades of Seagull #7DACCC

Tints of Seagull #7DACCC

Color information

#7DACCC (or 0x7DACCC) is unknown color: approx Seagull. HEX triplet: 7D, AC and CC. RGB value is (125,172,204). Sum of RGB (Red+Green+Blue) = 125+172+204=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACCC is #825333. Grayscale: #A1A1A1. Windows color (decimal): -8540980 or 13413501. OLE color: 13413501.

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

Color convert

RGB125172204-
CMYK0.390.1600.2
HSL204.3º43.65%64.51%-
HSV(B)204.3º38.73%80%-
XYZ34.1138.2262.71-
YUV161.6151.93101.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.95%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=24.95%
G=34.33%
B=40.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251722040.390.1600.2204.343.6564.51
Hex7DACCC2710014cc2c41
Octal175254314472002431454101
Binary1111101101011001100110010011110000010100110011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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