Shades of Seagull #71BFDC
Tints of Seagull #71BFDC
RGB
CMYK
RGB Variations
Color information
#71BFDC (or 0x71BFDC) is known color: Seagull. HEX triplet: 71, BF and DC. RGB value is (113,191,220). Sum of RGB (Red+Green+Blue) = 113+191+220=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #71BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFDC is #8E4023. Grayscale: #AAAAAA. Windows color (decimal): -9322532 or 14466929. OLE color: 14466929.
HSL color Cylindrical-coordinate representation of color #71BFDC: hue angle of 196.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71BFDC is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 191 | 220 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.14 |
| HSL | 196.26º | 0.6% | 0.65% | - |
| HSV(B) | 196.26º | 0.49% | 0.86% | - |
| XYZ | 38.36 | 45.94 | 74.56 | - |
| YUV | 170.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 220 | 0.49 | 0.13 | 0 | 0.14 | 196.26 | 0.6 | 0.65 |
| Hex | 71 | BF | DC | 31 | D | 0 | E | C4 | 3C | 41 |
| Octal | 161 | 277 | 334 | 61 | 15 | 0 | 16 | 304 | 74 | 101 |
| Binary | 1110001 | 10111111 | 11011100 | 110001 | 1101 | 0 | 1110 | 11000100 | 111100 | 1000001 |
Color Harmonies of #71BFDC
Complementary color
Monochromatic Colors of #71BFDC
Black with #71BFDC
Text Example
Text Example
White with #71BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFDC; }
p { color: rgb(113,191,220); }
H1.HeaderClassName
{
color: #71BFDC;
}
.AnyTagClassName
{
color: #71BFDC;
}
</style>
background-color css
<style>
a { background-color: #71BFDC; }
a { background-color: rgb(113,191,220); }
div.DivClassName
{
background-color: #71BFDC;
}
.BgClassName
{
background-color: #71BFDC;
}
</style>
border-color css
<style>
span { border-color: #71BFDC; }
span { border-color: rgb(113,191,220); }
td.TdClassName
{
border-color: #71BFDC;
}
.TagClassName
{
border-color: #71BFDC;
}
</style>