Shades of Seagull #74AAD0
Tints of Seagull #74AAD0
RGB
CMYK
RGB Variations
Color information
#74AAD0 (or 0x74AAD0) is known color: Seagull. HEX triplet: 74, AA and D0. RGB value is (116,170,208). Sum of RGB (Red+Green+Blue) = 116+170+208=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #74AAD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AAD0 is #8B552F. Grayscale: #9D9D9D. Windows color (decimal): -9131312 or 13675124. OLE color: 13675124.
HSL color Cylindrical-coordinate representation of color #74AAD0: hue angle of 204.78º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74AAD0 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 170 | 208 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.18 |
| HSL | 204.78º | 0.49% | 0.64% | - |
| HSV(B) | 204.78º | 0.44% | 0.82% | - |
| XYZ | 32.96 | 37.02 | 65.08 | - |
| YUV | 158.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 208 | 0.44 | 0.18 | 0 | 0.18 | 204.78 | 0.49 | 0.64 |
| Hex | 74 | AA | D0 | 2C | 12 | 0 | 12 | CD | 31 | 40 |
| Octal | 164 | 252 | 320 | 54 | 22 | 0 | 22 | 315 | 61 | 100 |
| Binary | 1110100 | 10101010 | 11010000 | 101100 | 10010 | 0 | 10010 | 11001101 | 110001 | 1000000 |
Color Harmonies of #74AAD0
Complementary color
Monochromatic Colors of #74AAD0
Black with #74AAD0
Text Example
Text Example
White with #74AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AAD0; }
p { color: rgb(116,170,208); }
H1.HeaderClassName
{
color: #74AAD0;
}
.AnyTagClassName
{
color: #74AAD0;
}
</style>
background-color css
<style>
a { background-color: #74AAD0; }
a { background-color: rgb(116,170,208); }
div.DivClassName
{
background-color: #74AAD0;
}
.BgClassName
{
background-color: #74AAD0;
}
</style>
border-color css
<style>
span { border-color: #74AAD0; }
span { border-color: rgb(116,170,208); }
td.TdClassName
{
border-color: #74AAD0;
}
.TagClassName
{
border-color: #74AAD0;
}
</style>