Shades of Seagull #71B8CA
Tints of Seagull #71B8CA
RGB
CMYK
RGB Variations
Color information
#71B8CA (or 0x71B8CA) is known color: Seagull. HEX triplet: 71, B8 and CA. RGB value is (113,184,202). Sum of RGB (Red+Green+Blue) = 113+184+202=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #71B8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B8CA is #8E4735. Grayscale: #A4A4A4. Windows color (decimal): -9324342 or 13285489. OLE color: 13285489.
HSL color Cylindrical-coordinate representation of color #71B8CA: hue angle of 192.13º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71B8CA is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 184 | 202 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.21 |
| HSL | 192.13º | 0.46% | 0.62% | - |
| HSV(B) | 192.13º | 0.44% | 0.79% | - |
| XYZ | 34.61 | 42.06 | 62.17 | - |
| YUV | 164.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 202 | 0.44 | 0.09 | 0 | 0.21 | 192.13 | 0.46 | 0.62 |
| Hex | 71 | B8 | CA | 2C | 9 | 0 | 15 | C0 | 2E | 3E |
| Octal | 161 | 270 | 312 | 54 | 11 | 0 | 25 | 300 | 56 | 76 |
| Binary | 1110001 | 10111000 | 11001010 | 101100 | 1001 | 0 | 10101 | 11000000 | 101110 | 111110 |
Color Harmonies of #71B8CA
Complementary color
Monochromatic Colors of #71B8CA
Black with #71B8CA
Text Example
Text Example
White with #71B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B8CA; }
p { color: rgb(113,184,202); }
H1.HeaderClassName
{
color: #71B8CA;
}
.AnyTagClassName
{
color: #71B8CA;
}
</style>
background-color css
<style>
a { background-color: #71B8CA; }
a { background-color: rgb(113,184,202); }
div.DivClassName
{
background-color: #71B8CA;
}
.BgClassName
{
background-color: #71B8CA;
}
</style>
border-color css
<style>
span { border-color: #71B8CA; }
span { border-color: rgb(113,184,202); }
td.TdClassName
{
border-color: #71B8CA;
}
.TagClassName
{
border-color: #71B8CA;
}
</style>