Shades of Seagull #71AACB
Tints of Seagull #71AACB
RGB
CMYK
RGB Variations
Color information
#71AACB (or 0x71AACB) is known color: Seagull. HEX triplet: 71, AA and CB. RGB value is (113,170,203). Sum of RGB (Red+Green+Blue) = 113+170+203=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #71AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AACB is #8E5534. Grayscale: #9C9C9C. Windows color (decimal): -9327925 or 13347441. OLE color: 13347441.
HSL color Cylindrical-coordinate representation of color #71AACB: hue angle of 202º 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 #71AACB is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 170 | 203 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.20 |
| HSL | 202º | 0.46% | 0.62% | - |
| HSV(B) | 202º | 0.44% | 0.8% | - |
| XYZ | 31.96 | 36.57 | 61.87 | - |
| YUV | 156.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 203 | 0.44 | 0.16 | 0 | 0.20 | 202 | 0.46 | 0.62 |
| Hex | 71 | AA | CB | 2C | 10 | 0 | 14 | CA | 2E | 3E |
| Octal | 161 | 252 | 313 | 54 | 20 | 0 | 24 | 312 | 56 | 76 |
| Binary | 1110001 | 10101010 | 11001011 | 101100 | 10000 | 0 | 10100 | 11001010 | 101110 | 111110 |
Color Harmonies of #71AACB
Complementary color
Monochromatic Colors of #71AACB
Black with #71AACB
Text Example
Text Example
White with #71AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AACB; }
p { color: rgb(113,170,203); }
H1.HeaderClassName
{
color: #71AACB;
}
.AnyTagClassName
{
color: #71AACB;
}
</style>
background-color css
<style>
a { background-color: #71AACB; }
a { background-color: rgb(113,170,203); }
div.DivClassName
{
background-color: #71AACB;
}
.BgClassName
{
background-color: #71AACB;
}
</style>
border-color css
<style>
span { border-color: #71AACB; }
span { border-color: rgb(113,170,203); }
td.TdClassName
{
border-color: #71AACB;
}
.TagClassName
{
border-color: #71AACB;
}
</style>