Shades of Seagull #71BBDB
Tints of Seagull #71BBDB
RGB
CMYK
RGB Variations
Color information
#71BBDB (or 0x71BBDB) is known color: Seagull. HEX triplet: 71, BB and DB. RGB value is (113,187,219). Sum of RGB (Red+Green+Blue) = 113+187+219=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #71BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBDB is #8E4424. Grayscale: #A8A8A8. Windows color (decimal): -9323557 or 14400369. OLE color: 14400369.
HSL color Cylindrical-coordinate representation of color #71BBDB: hue angle of 198.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71BBDB is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 187 | 219 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.14 |
| HSL | 198.11º | 0.6% | 0.65% | - |
| HSV(B) | 198.11º | 0.48% | 0.86% | - |
| XYZ | 37.37 | 44.17 | 73.57 | - |
| YUV | 168.52 | 156.48 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 219 | 0.48 | 0.15 | 0 | 0.14 | 198.11 | 0.6 | 0.65 |
| Hex | 71 | BB | DB | 30 | F | 0 | E | C6 | 3C | 41 |
| Octal | 161 | 273 | 333 | 60 | 17 | 0 | 16 | 306 | 74 | 101 |
| Binary | 1110001 | 10111011 | 11011011 | 110000 | 1111 | 0 | 1110 | 11000110 | 111100 | 1000001 |
Color Harmonies of #71BBDB
Complementary color
Monochromatic Colors of #71BBDB
Black with #71BBDB
Text Example
Text Example
White with #71BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BBDB; }
p { color: rgb(113,187,219); }
H1.HeaderClassName
{
color: #71BBDB;
}
.AnyTagClassName
{
color: #71BBDB;
}
</style>
background-color css
<style>
a { background-color: #71BBDB; }
a { background-color: rgb(113,187,219); }
div.DivClassName
{
background-color: #71BBDB;
}
.BgClassName
{
background-color: #71BBDB;
}
</style>
border-color css
<style>
span { border-color: #71BBDB; }
span { border-color: rgb(113,187,219); }
td.TdClassName
{
border-color: #71BBDB;
}
.TagClassName
{
border-color: #71BBDB;
}
</style>