Shades of Seagull #71BFD2
Tints of Seagull #71BFD2
RGB
CMYK
RGB Variations
Color information
#71BFD2 (or 0x71BFD2) is known color: Seagull. HEX triplet: 71, BF and D2. RGB value is (113,191,210). Sum of RGB (Red+Green+Blue) = 113+191+210=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 210 - color contains mainly: blue. Hex color #71BFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFD2 is #8E402D. Grayscale: #A9A9A9. Windows color (decimal): -9322542 or 13811569. OLE color: 13811569.
HSL color Cylindrical-coordinate representation of color #71BFD2: hue angle of 191.75º degrees, saturation: 0.52, 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 #71BFD2 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 191 | 210 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.18 |
| HSL | 191.75º | 0.52% | 0.63% | - |
| HSV(B) | 191.75º | 0.46% | 0.82% | - |
| XYZ | 37.07 | 45.43 | 67.79 | - |
| YUV | 169.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 210 | 0.46 | 0.09 | 0 | 0.18 | 191.75 | 0.52 | 0.63 |
| Hex | 71 | BF | D2 | 2E | 9 | 0 | 12 | C0 | 34 | 3F |
| Octal | 161 | 277 | 322 | 56 | 11 | 0 | 22 | 300 | 64 | 77 |
| Binary | 1110001 | 10111111 | 11010010 | 101110 | 1001 | 0 | 10010 | 11000000 | 110100 | 111111 |
Color Harmonies of #71BFD2
Complementary color
Monochromatic Colors of #71BFD2
Black with #71BFD2
Text Example
Text Example
White with #71BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFD2; }
p { color: rgb(113,191,210); }
H1.HeaderClassName
{
color: #71BFD2;
}
.AnyTagClassName
{
color: #71BFD2;
}
</style>
background-color css
<style>
a { background-color: #71BFD2; }
a { background-color: rgb(113,191,210); }
div.DivClassName
{
background-color: #71BFD2;
}
.BgClassName
{
background-color: #71BFD2;
}
</style>
border-color css
<style>
span { border-color: #71BFD2; }
span { border-color: rgb(113,191,210); }
td.TdClassName
{
border-color: #71BFD2;
}
.TagClassName
{
border-color: #71BFD2;
}
</style>