Shades of Seagull #71AAD0
Tints of Seagull #71AAD0
RGB
CMYK
RGB Variations
Color information
#71AAD0 (or 0x71AAD0) is known color: Seagull. HEX triplet: 71, AA and D0. RGB value is (113,170,208). Sum of RGB (Red+Green+Blue) = 113+170+208=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #71AAD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AAD0 is #8E552F. Grayscale: #9D9D9D. Windows color (decimal): -9327920 or 13675121. OLE color: 13675121.
HSL color Cylindrical-coordinate representation of color #71AAD0: hue angle of 204º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71AAD0 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 170 | 208 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.18 |
| HSL | 204º | 0.5% | 0.63% | - |
| HSV(B) | 204º | 0.46% | 0.82% | - |
| XYZ | 32.57 | 36.81 | 65.06 | - |
| YUV | 157.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 208 | 0.46 | 0.18 | 0 | 0.18 | 204 | 0.5 | 0.63 |
| Hex | 71 | AA | D0 | 2E | 12 | 0 | 12 | CC | 32 | 3F |
| Octal | 161 | 252 | 320 | 56 | 22 | 0 | 22 | 314 | 62 | 77 |
| Binary | 1110001 | 10101010 | 11010000 | 101110 | 10010 | 0 | 10010 | 11001100 | 110010 | 111111 |
Color Harmonies of #71AAD0
Complementary color
Monochromatic Colors of #71AAD0
Black with #71AAD0
Text Example
Text Example
White with #71AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AAD0; }
p { color: rgb(113,170,208); }
H1.HeaderClassName
{
color: #71AAD0;
}
.AnyTagClassName
{
color: #71AAD0;
}
</style>
background-color css
<style>
a { background-color: #71AAD0; }
a { background-color: rgb(113,170,208); }
div.DivClassName
{
background-color: #71AAD0;
}
.BgClassName
{
background-color: #71AAD0;
}
</style>
border-color css
<style>
span { border-color: #71AAD0; }
span { border-color: rgb(113,170,208); }
td.TdClassName
{
border-color: #71AAD0;
}
.TagClassName
{
border-color: #71AAD0;
}
</style>