Shades of Seagull #7DAECE
Tints of Seagull #7DAECE
RGB
CMYK
RGB Variations
Color information
#7DAECE (or 0x7DAECE) is known color: Seagull. HEX triplet: 7D, AE and CE. RGB value is (125,174,206). Sum of RGB (Red+Green+Blue) = 125+174+206=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAECE is #825131. Grayscale: #A2A2A2. Windows color (decimal): -8540466 or 13545085. OLE color: 13545085.
HSL color Cylindrical-coordinate representation of color #7DAECE: hue angle of 203.7º 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 #7DAECE is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 125 | 174 | 206 | - |
CMYK | 0.39 | 0.16 | 0 | 0.19 |
HSL | 203.7º | 0.45% | 0.65% | - |
HSV(B) | 203.7º | 0.39% | 0.81% | - |
XYZ | 34.73 | 39.09 | 64.11 | - |
YUV | 163 | 152.27 | 100.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 174 | 206 | 0.39 | 0.16 | 0 | 0.19 | 203.7 | 0.45 | 0.65 |
Hex | 7D | AE | CE | 27 | 10 | 0 | 13 | CC | 2D | 41 |
Octal | 175 | 256 | 316 | 47 | 20 | 0 | 23 | 314 | 55 | 101 |
Binary | 1111101 | 10101110 | 11001110 | 100111 | 10000 | 0 | 10011 | 11001100 | 101101 | 1000001 |
Color Harmonies of #7DAECE
Complementary color
Monochromatic Colors of #7DAECE
Black with #7DAECE
Text Example
Text Example
White with #7DAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAECE; }
p { color: rgb(125,174,206); }
H1.HeaderClassName
{
color: #7DAECE;
}
.AnyTagClassName
{
color: #7DAECE;
}
</style>
background-color css
<style>
a { background-color: #7DAECE; }
a { background-color: rgb(125,174,206); }
div.DivClassName
{
background-color: #7DAECE;
}
.BgClassName
{
background-color: #7DAECE;
}
</style>
border-color css
<style>
span { border-color: #7DAECE; }
span { border-color: rgb(125,174,206); }
td.TdClassName
{
border-color: #7DAECE;
}
.TagClassName
{
border-color: #7DAECE;
}
</style>