Shades of Seagull #71B0D7
Tints of Seagull #71B0D7
RGB
CMYK
RGB Variations
Color information
#71B0D7 (or 0x71B0D7) is known color: Seagull. HEX triplet: 71, B0 and D7. RGB value is (113,176,215). Sum of RGB (Red+Green+Blue) = 113+176+215=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #71B0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0D7 is #8E4F28. Grayscale: #A1A1A1. Windows color (decimal): -9326377 or 14135409. OLE color: 14135409.
HSL color Cylindrical-coordinate representation of color #71B0D7: hue angle of 202.94º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71B0D7 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 176 | 215 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.16 |
| HSL | 202.94º | 0.56% | 0.64% | - |
| HSV(B) | 202.94º | 0.47% | 0.84% | - |
| XYZ | 34.6 | 39.47 | 70.08 | - |
| YUV | 161.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 215 | 0.47 | 0.18 | 0 | 0.16 | 202.94 | 0.56 | 0.64 |
| Hex | 71 | B0 | D7 | 2F | 12 | 0 | 10 | CB | 38 | 40 |
| Octal | 161 | 260 | 327 | 57 | 22 | 0 | 20 | 313 | 70 | 100 |
| Binary | 1110001 | 10110000 | 11010111 | 101111 | 10010 | 0 | 10000 | 11001011 | 111000 | 1000000 |
Color Harmonies of #71B0D7
Complementary color
Monochromatic Colors of #71B0D7
Black with #71B0D7
Text Example
Text Example
White with #71B0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B0D7; }
p { color: rgb(113,176,215); }
H1.HeaderClassName
{
color: #71B0D7;
}
.AnyTagClassName
{
color: #71B0D7;
}
</style>
background-color css
<style>
a { background-color: #71B0D7; }
a { background-color: rgb(113,176,215); }
div.DivClassName
{
background-color: #71B0D7;
}
.BgClassName
{
background-color: #71B0D7;
}
</style>
border-color css
<style>
span { border-color: #71B0D7; }
span { border-color: rgb(113,176,215); }
td.TdClassName
{
border-color: #71B0D7;
}
.TagClassName
{
border-color: #71B0D7;
}
</style>