Shades of Seagull #71BBCB
Tints of Seagull #71BBCB
RGB
CMYK
RGB Variations
Color information
#71BBCB (or 0x71BBCB) is known color: Seagull. HEX triplet: 71, BB and CB. RGB value is (113,187,203). Sum of RGB (Red+Green+Blue) = 113+187+203=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #71BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBCB is #8E4434. Grayscale: #A6A6A6. Windows color (decimal): -9323573 or 13351793. OLE color: 13351793.
HSL color Cylindrical-coordinate representation of color #71BBCB: hue angle of 190.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BBCB is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 187 | 203 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.20 |
| HSL | 190.67º | 0.46% | 0.62% | - |
| HSV(B) | 190.67º | 0.44% | 0.8% | - |
| XYZ | 35.36 | 43.36 | 63.01 | - |
| YUV | 166.7 | 148.48 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 203 | 0.44 | 0.08 | 0 | 0.20 | 190.67 | 0.46 | 0.62 |
| Hex | 71 | BB | CB | 2C | 8 | 0 | 14 | BF | 2E | 3E |
| Octal | 161 | 273 | 313 | 54 | 10 | 0 | 24 | 277 | 56 | 76 |
| Binary | 1110001 | 10111011 | 11001011 | 101100 | 1000 | 0 | 10100 | 10111111 | 101110 | 111110 |
Color Harmonies of #71BBCB
Complementary color
Monochromatic Colors of #71BBCB
Black with #71BBCB
Text Example
Text Example
White with #71BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BBCB; }
p { color: rgb(113,187,203); }
H1.HeaderClassName
{
color: #71BBCB;
}
.AnyTagClassName
{
color: #71BBCB;
}
</style>
background-color css
<style>
a { background-color: #71BBCB; }
a { background-color: rgb(113,187,203); }
div.DivClassName
{
background-color: #71BBCB;
}
.BgClassName
{
background-color: #71BBCB;
}
</style>
border-color css
<style>
span { border-color: #71BBCB; }
span { border-color: rgb(113,187,203); }
td.TdClassName
{
border-color: #71BBCB;
}
.TagClassName
{
border-color: #71BBCB;
}
</style>