Shades of Seagull #71ABCB
Tints of Seagull #71ABCB
RGB
CMYK
RGB Variations
Color information
#71ABCB (or 0x71ABCB) is known color: Seagull. HEX triplet: 71, AB and CB. RGB value is (113,171,203). Sum of RGB (Red+Green+Blue) = 113+171+203=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #71ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABCB is #8E5434. Grayscale: #9D9D9D. Windows color (decimal): -9327669 or 13347697. OLE color: 13347697.
HSL color Cylindrical-coordinate representation of color #71ABCB: hue angle of 201.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 #71ABCB is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 171 | 203 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.20 |
| HSL | 201.33º | 0.46% | 0.62% | - |
| HSV(B) | 201.33º | 0.44% | 0.8% | - |
| XYZ | 32.15 | 36.95 | 61.94 | - |
| YUV | 157.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 203 | 0.44 | 0.16 | 0 | 0.20 | 201.33 | 0.46 | 0.62 |
| Hex | 71 | AB | CB | 2C | 10 | 0 | 14 | C9 | 2E | 3E |
| Octal | 161 | 253 | 313 | 54 | 20 | 0 | 24 | 311 | 56 | 76 |
| Binary | 1110001 | 10101011 | 11001011 | 101100 | 10000 | 0 | 10100 | 11001001 | 101110 | 111110 |
Color Harmonies of #71ABCB
Complementary color
Monochromatic Colors of #71ABCB
Black with #71ABCB
Text Example
Text Example
White with #71ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ABCB; }
p { color: rgb(113,171,203); }
H1.HeaderClassName
{
color: #71ABCB;
}
.AnyTagClassName
{
color: #71ABCB;
}
</style>
background-color css
<style>
a { background-color: #71ABCB; }
a { background-color: rgb(113,171,203); }
div.DivClassName
{
background-color: #71ABCB;
}
.BgClassName
{
background-color: #71ABCB;
}
</style>
border-color css
<style>
span { border-color: #71ABCB; }
span { border-color: rgb(113,171,203); }
td.TdClassName
{
border-color: #71ABCB;
}
.TagClassName
{
border-color: #71ABCB;
}
</style>