Shades of Seagull #74AACD
Tints of Seagull #74AACD
RGB
CMYK
RGB Variations
Color information
#74AACD (or 0x74AACD) is known color: Seagull. HEX triplet: 74, AA and CD. RGB value is (116,170,205). Sum of RGB (Red+Green+Blue) = 116+170+205=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #74AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AACD is #8B5532. Grayscale: #9D9D9D. Windows color (decimal): -9131315 or 13478516. OLE color: 13478516.
HSL color Cylindrical-coordinate representation of color #74AACD: hue angle of 203.6º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74AACD is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 170 | 205 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.20 |
| HSL | 203.6º | 0.47% | 0.63% | - |
| HSV(B) | 203.6º | 0.43% | 0.8% | - |
| XYZ | 32.6 | 36.87 | 63.16 | - |
| YUV | 157.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 205 | 0.43 | 0.17 | 0 | 0.20 | 203.6 | 0.47 | 0.63 |
| Hex | 74 | AA | CD | 2B | 11 | 0 | 14 | CC | 2F | 3F |
| Octal | 164 | 252 | 315 | 53 | 21 | 0 | 24 | 314 | 57 | 77 |
| Binary | 1110100 | 10101010 | 11001101 | 101011 | 10001 | 0 | 10100 | 11001100 | 101111 | 111111 |
Color Harmonies of #74AACD
Complementary color
Monochromatic Colors of #74AACD
Black with #74AACD
Text Example
Text Example
White with #74AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AACD; }
p { color: rgb(116,170,205); }
H1.HeaderClassName
{
color: #74AACD;
}
.AnyTagClassName
{
color: #74AACD;
}
</style>
background-color css
<style>
a { background-color: #74AACD; }
a { background-color: rgb(116,170,205); }
div.DivClassName
{
background-color: #74AACD;
}
.BgClassName
{
background-color: #74AACD;
}
</style>
border-color css
<style>
span { border-color: #74AACD; }
span { border-color: rgb(116,170,205); }
td.TdClassName
{
border-color: #74AACD;
}
.TagClassName
{
border-color: #74AACD;
}
</style>