#7DAECF

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

Shades of Seagull #7DAECF

Tints of Seagull #7DAECF

Color information

#7DAECF (or 0x7DAECF) is unknown color: approx Seagull. HEX triplet: 7D, AE and CF. RGB value is (125,174,207). Sum of RGB (Red+Green+Blue) = 125+174+207=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAECF is #825130. Grayscale: #A2A2A2. Windows color (decimal): -8540465 or 13610621. OLE color: 13610621.

HSL color Cylindrical-coordinate representation of color #7DAECF: hue angle of 204.15º 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 #7DAECF is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125174207-
CMYK0.400.1600.19
HSL204.15º46.07%65.1%-
HSV(B)204.15º39.61%81.18%-
XYZ34.8639.1464.75-
YUV163.11152.77100.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.70%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=24.70%
G=34.39%
B=40.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251742070.400.1600.19204.1546.0765.1
Hex7DAECF2810013cc2e41
Octal175256317502002331456101
Binary1111101101011101100111110100010000010011110011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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