Shades of Seagull #71AECB
Tints of Seagull #71AECB
RGB
CMYK
RGB Variations
Color information
#71AECB (or 0x71AECB) is known color: Seagull. HEX triplet: 71, AE and CB. RGB value is (113,174,203). Sum of RGB (Red+Green+Blue) = 113+174+203=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #71AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AECB is #8E5134. Grayscale: #9E9E9E. Windows color (decimal): -9326901 or 13348465. OLE color: 13348465.
HSL color Cylindrical-coordinate representation of color #71AECB: hue angle of 199.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71AECB is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 174 | 203 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.20 |
| HSL | 199.33º | 0.46% | 0.62% | - |
| HSV(B) | 199.33º | 0.44% | 0.8% | - |
| XYZ | 32.73 | 38.09 | 62.13 | - |
| YUV | 159.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 174 | 203 | 0.44 | 0.14 | 0 | 0.20 | 199.33 | 0.46 | 0.62 |
| Hex | 71 | AE | CB | 2C | E | 0 | 14 | C7 | 2E | 3E |
| Octal | 161 | 256 | 313 | 54 | 16 | 0 | 24 | 307 | 56 | 76 |
| Binary | 1110001 | 10101110 | 11001011 | 101100 | 1110 | 0 | 10100 | 11000111 | 101110 | 111110 |
Color Harmonies of #71AECB
Complementary color
Monochromatic Colors of #71AECB
Black with #71AECB
Text Example
Text Example
White with #71AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AECB; }
p { color: rgb(113,174,203); }
H1.HeaderClassName
{
color: #71AECB;
}
.AnyTagClassName
{
color: #71AECB;
}
</style>
background-color css
<style>
a { background-color: #71AECB; }
a { background-color: rgb(113,174,203); }
div.DivClassName
{
background-color: #71AECB;
}
.BgClassName
{
background-color: #71AECB;
}
</style>
border-color css
<style>
span { border-color: #71AECB; }
span { border-color: rgb(113,174,203); }
td.TdClassName
{
border-color: #71AECB;
}
.TagClassName
{
border-color: #71AECB;
}
</style>