Shades of Seagull #71ACD1
Tints of Seagull #71ACD1
RGB
CMYK
RGB Variations
Color information
#71ACD1 (or 0x71ACD1) is known color: Seagull. HEX triplet: 71, AC and D1. RGB value is (113,172,209). Sum of RGB (Red+Green+Blue) = 113+172+209=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #71ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACD1 is #8E532E. Grayscale: #9E9E9E. Windows color (decimal): -9327407 or 13741169. OLE color: 13741169.
HSL color Cylindrical-coordinate representation of color #71ACD1: hue angle of 203.12º degrees, saturation: 0.51, 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 #71ACD1 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 172 | 209 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.18 |
| HSL | 203.13º | 0.51% | 0.63% | - |
| HSV(B) | 203.13º | 0.46% | 0.82% | - |
| XYZ | 33.07 | 37.62 | 65.84 | - |
| YUV | 158.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 172 | 209 | 0.46 | 0.18 | 0 | 0.18 | 203.13 | 0.51 | 0.63 |
| Hex | 71 | AC | D1 | 2E | 12 | 0 | 12 | CB | 33 | 3F |
| Octal | 161 | 254 | 321 | 56 | 22 | 0 | 22 | 313 | 63 | 77 |
| Binary | 1110001 | 10101100 | 11010001 | 101110 | 10010 | 0 | 10010 | 11001011 | 110011 | 111111 |
Color Harmonies of #71ACD1
Complementary color
Monochromatic Colors of #71ACD1
Black with #71ACD1
Text Example
Text Example
White with #71ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ACD1; }
p { color: rgb(113,172,209); }
H1.HeaderClassName
{
color: #71ACD1;
}
.AnyTagClassName
{
color: #71ACD1;
}
</style>
background-color css
<style>
a { background-color: #71ACD1; }
a { background-color: rgb(113,172,209); }
div.DivClassName
{
background-color: #71ACD1;
}
.BgClassName
{
background-color: #71ACD1;
}
</style>
border-color css
<style>
span { border-color: #71ACD1; }
span { border-color: rgb(113,172,209); }
td.TdClassName
{
border-color: #71ACD1;
}
.TagClassName
{
border-color: #71ACD1;
}
</style>