#7DAECB

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

Shades of Seagull #7DAECB

Tints of Seagull #7DAECB

Color information

#7DAECB (or 0x7DAECB) is unknown color: approx Seagull. HEX triplet: 7D, AE and CB. RGB value is (125,174,203). Sum of RGB (Red+Green+Blue) = 125+174+203=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAECB is #825134. Grayscale: #A2A2A2. Windows color (decimal): -8540469 or 13348477. OLE color: 13348477.

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

Color convert

RGB125174203-
CMYK0.380.1400.20
HSL202.31º42.86%64.31%-
HSV(B)202.31º38.42%79.61%-
XYZ34.3738.9462.21-
YUV162.65150.77101.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.90%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=24.90%
G=34.66%
B=40.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251742030.380.1400.20202.3142.8664.31
Hex7DAECB26E014ca2b40
Octal175256313461602431253100
Binary111110110101110110010111001101110010100110010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,203); }

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

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

 a { background-color: rgb(125,174,203); }

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

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

 span { border-color: rgb(125,174,203); }

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