#7DACC9

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

Shades of Seagull #7DACC9

Tints of Seagull #7DACC9

Color information

#7DACC9 (or 0x7DACC9) is unknown color: approx Seagull. HEX triplet: 7D, AC and C9. RGB value is (125,172,201). Sum of RGB (Red+Green+Blue) = 125+172+201=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #7DACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACC9 is #825336. Grayscale: #A1A1A1. Windows color (decimal): -8540983 or 13216893. OLE color: 13216893.

HSL color Cylindrical-coordinate representation of color #7DACC9: hue angle of 202.89º 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 #7DACC9 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125172201-
CMYK0.380.1400.21
HSL202.89º41.3%63.92%-
HSV(B)202.89º37.81%78.82%-
XYZ33.7538.0860.83-
YUV161.25150.43102.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.10%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 201 (78.91% from 255) = 40.36%
R=25.10%
G=34.54%
B=40.36%

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
Decimal1251722010.380.1400.21202.8941.363.92
Hex7DACC926E015cb2940
Octal175254311461602531351100
Binary111110110101100110010011001101110010101110010111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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