Shades of Seagull #71BFD1
Tints of Seagull #71BFD1
RGB
CMYK
RGB Variations
Color information
#71BFD1 (or 0x71BFD1) is known color: Seagull. HEX triplet: 71, BF and D1. RGB value is (113,191,209). Sum of RGB (Red+Green+Blue) = 113+191+209=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #71BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFD1 is #8E402E. Grayscale: #A9A9A9. Windows color (decimal): -9322543 or 13746033. OLE color: 13746033.
HSL color Cylindrical-coordinate representation of color #71BFD1: hue angle of 191.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71BFD1 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 191 | 209 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.18 |
| HSL | 191.25º | 0.51% | 0.63% | - |
| HSV(B) | 191.25º | 0.46% | 0.82% | - |
| XYZ | 36.95 | 45.38 | 67.13 | - |
| YUV | 169.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 209 | 0.46 | 0.09 | 0 | 0.18 | 191.25 | 0.51 | 0.63 |
| Hex | 71 | BF | D1 | 2E | 9 | 0 | 12 | BF | 33 | 3F |
| Octal | 161 | 277 | 321 | 56 | 11 | 0 | 22 | 277 | 63 | 77 |
| Binary | 1110001 | 10111111 | 11010001 | 101110 | 1001 | 0 | 10010 | 10111111 | 110011 | 111111 |
Color Harmonies of #71BFD1
Complementary color
Monochromatic Colors of #71BFD1
Black with #71BFD1
Text Example
Text Example
White with #71BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFD1; }
p { color: rgb(113,191,209); }
H1.HeaderClassName
{
color: #71BFD1;
}
.AnyTagClassName
{
color: #71BFD1;
}
</style>
background-color css
<style>
a { background-color: #71BFD1; }
a { background-color: rgb(113,191,209); }
div.DivClassName
{
background-color: #71BFD1;
}
.BgClassName
{
background-color: #71BFD1;
}
</style>
border-color css
<style>
span { border-color: #71BFD1; }
span { border-color: rgb(113,191,209); }
td.TdClassName
{
border-color: #71BFD1;
}
.TagClassName
{
border-color: #71BFD1;
}
</style>