Shades of Seagull #71ADCC
Tints of Seagull #71ADCC
RGB
CMYK
RGB Variations
Color information
#71ADCC (or 0x71ADCC) is known color: Seagull. HEX triplet: 71, AD and CC. RGB value is (113,173,204). Sum of RGB (Red+Green+Blue) = 113+173+204=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #71ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADCC is #8E5233. Grayscale: #9E9E9E. Windows color (decimal): -9327156 or 13413745. OLE color: 13413745.
HSL color Cylindrical-coordinate representation of color #71ADCC: hue angle of 200.44º 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 #71ADCC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 173 | 204 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.2 |
| HSL | 200.44º | 0.47% | 0.62% | - |
| HSV(B) | 200.44º | 0.45% | 0.8% | - |
| XYZ | 32.65 | 37.76 | 62.69 | - |
| YUV | 158.59 | 153.62 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 204 | 0.45 | 0.15 | 0 | 0.2 | 200.44 | 0.47 | 0.62 |
| Hex | 71 | AD | CC | 2D | F | 0 | 14 | C8 | 2F | 3E |
| Octal | 161 | 255 | 314 | 55 | 17 | 0 | 24 | 310 | 57 | 76 |
| Binary | 1110001 | 10101101 | 11001100 | 101101 | 1111 | 0 | 10100 | 11001000 | 101111 | 111110 |
Color Harmonies of #71ADCC
Complementary color
Monochromatic Colors of #71ADCC
Black with #71ADCC
Text Example
Text Example
White with #71ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADCC; }
p { color: rgb(113,173,204); }
H1.HeaderClassName
{
color: #71ADCC;
}
.AnyTagClassName
{
color: #71ADCC;
}
</style>
background-color css
<style>
a { background-color: #71ADCC; }
a { background-color: rgb(113,173,204); }
div.DivClassName
{
background-color: #71ADCC;
}
.BgClassName
{
background-color: #71ADCC;
}
</style>
border-color css
<style>
span { border-color: #71ADCC; }
span { border-color: rgb(113,173,204); }
td.TdClassName
{
border-color: #71ADCC;
}
.TagClassName
{
border-color: #71ADCC;
}
</style>