Shades of Seagull #71AFCC
Tints of Seagull #71AFCC
RGB
CMYK
RGB Variations
Color information
#71AFCC (or 0x71AFCC) is known color: Seagull. HEX triplet: 71, AF and CC. RGB value is (113,175,204). Sum of RGB (Red+Green+Blue) = 113+175+204=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #71AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFCC is #8E5033. Grayscale: #9F9F9F. Windows color (decimal): -9326644 or 13414257. OLE color: 13414257.
HSL color Cylindrical-coordinate representation of color #71AFCC: hue angle of 199.12º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71AFCC is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 175 | 204 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.2 |
| HSL | 199.12º | 0.47% | 0.62% | - |
| HSV(B) | 199.12º | 0.45% | 0.8% | - |
| XYZ | 33.04 | 38.53 | 62.82 | - |
| YUV | 159.77 | 152.96 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 204 | 0.45 | 0.14 | 0 | 0.2 | 199.12 | 0.47 | 0.62 |
| Hex | 71 | AF | CC | 2D | E | 0 | 14 | C7 | 2F | 3E |
| Octal | 161 | 257 | 314 | 55 | 16 | 0 | 24 | 307 | 57 | 76 |
| Binary | 1110001 | 10101111 | 11001100 | 101101 | 1110 | 0 | 10100 | 11000111 | 101111 | 111110 |
Color Harmonies of #71AFCC
Complementary color
Monochromatic Colors of #71AFCC
Black with #71AFCC
Text Example
Text Example
White with #71AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AFCC; }
p { color: rgb(113,175,204); }
H1.HeaderClassName
{
color: #71AFCC;
}
.AnyTagClassName
{
color: #71AFCC;
}
</style>
background-color css
<style>
a { background-color: #71AFCC; }
a { background-color: rgb(113,175,204); }
div.DivClassName
{
background-color: #71AFCC;
}
.BgClassName
{
background-color: #71AFCC;
}
</style>
border-color css
<style>
span { border-color: #71AFCC; }
span { border-color: rgb(113,175,204); }
td.TdClassName
{
border-color: #71AFCC;
}
.TagClassName
{
border-color: #71AFCC;
}
</style>