#7DACCE

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

Shades of Seagull #7DACCE

Tints of Seagull #7DACCE

Color information

#7DACCE (or 0x7DACCE) is unknown color: approx Seagull. HEX triplet: 7D, AC and CE. RGB value is (125,172,206). Sum of RGB (Red+Green+Blue) = 125+172+206=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACCE is #825331. Grayscale: #A1A1A1. Windows color (decimal): -8540978 or 13544573. OLE color: 13544573.

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

Color convert

RGB125172206-
CMYK0.390.1700.19
HSL205.19º45.25%64.9%-
HSV(B)205.19º39.32%80.78%-
XYZ34.3538.3263.98-
YUV161.82152.93101.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=24.85%
G=34.19%
B=40.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251722060.390.1700.19205.1945.2564.9
Hex7DACCE2711013cd2d41
Octal175254316472102331555101
Binary1111101101011001100111010011110001010011110011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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