Shades of Seagull #71BBCD
Tints of Seagull #71BBCD
RGB
CMYK
RGB Variations
Color information
#71BBCD (or 0x71BBCD) is known color: Seagull. HEX triplet: 71, BB and CD. RGB value is (113,187,205). Sum of RGB (Red+Green+Blue) = 113+187+205=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #71BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBCD is #8E4432. Grayscale: #A6A6A6. Windows color (decimal): -9323571 or 13482865. OLE color: 13482865.
HSL color Cylindrical-coordinate representation of color #71BBCD: hue angle of 191.74º degrees, saturation: 0.48, 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 #71BBCD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 187 | 205 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.20 |
| HSL | 191.74º | 0.48% | 0.62% | - |
| HSV(B) | 191.74º | 0.45% | 0.8% | - |
| XYZ | 35.6 | 43.46 | 64.27 | - |
| YUV | 166.93 | 149.48 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 205 | 0.45 | 0.09 | 0 | 0.20 | 191.74 | 0.48 | 0.62 |
| Hex | 71 | BB | CD | 2D | 9 | 0 | 14 | C0 | 30 | 3E |
| Octal | 161 | 273 | 315 | 55 | 11 | 0 | 24 | 300 | 60 | 76 |
| Binary | 1110001 | 10111011 | 11001101 | 101101 | 1001 | 0 | 10100 | 11000000 | 110000 | 111110 |
Color Harmonies of #71BBCD
Complementary color
Monochromatic Colors of #71BBCD
Black with #71BBCD
Text Example
Text Example
White with #71BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BBCD; }
p { color: rgb(113,187,205); }
H1.HeaderClassName
{
color: #71BBCD;
}
.AnyTagClassName
{
color: #71BBCD;
}
</style>
background-color css
<style>
a { background-color: #71BBCD; }
a { background-color: rgb(113,187,205); }
div.DivClassName
{
background-color: #71BBCD;
}
.BgClassName
{
background-color: #71BBCD;
}
</style>
border-color css
<style>
span { border-color: #71BBCD; }
span { border-color: rgb(113,187,205); }
td.TdClassName
{
border-color: #71BBCD;
}
.TagClassName
{
border-color: #71BBCD;
}
</style>