Shades of Seagull #70BACB
Tints of Seagull #70BACB
RGB
CMYK
RGB Variations
Color information
#70BACB (or 0x70BACB) is known color: Seagull. HEX triplet: 70, BA and CB. RGB value is (112,186,203). Sum of RGB (Red+Green+Blue) = 112+186+203=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #70BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BACB is #8F4534. Grayscale: #A5A5A5. Windows color (decimal): -9389365 or 13351536. OLE color: 13351536.
HSL color Cylindrical-coordinate representation of color #70BACB: hue angle of 191.21º degrees, saturation: 0.47, 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 #70BACB is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 186 | 203 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.20 |
| HSL | 191.21º | 0.47% | 0.62% | - |
| HSV(B) | 191.21º | 0.45% | 0.8% | - |
| XYZ | 35.02 | 42.87 | 62.93 | - |
| YUV | 165.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 203 | 0.45 | 0.08 | 0 | 0.20 | 191.21 | 0.47 | 0.62 |
| Hex | 70 | BA | CB | 2D | 8 | 0 | 14 | BF | 2F | 3E |
| Octal | 160 | 272 | 313 | 55 | 10 | 0 | 24 | 277 | 57 | 76 |
| Binary | 1110000 | 10111010 | 11001011 | 101101 | 1000 | 0 | 10100 | 10111111 | 101111 | 111110 |
Color Harmonies of #70BACB
Complementary color
Monochromatic Colors of #70BACB
Black with #70BACB
Text Example
Text Example
White with #70BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BACB; }
p { color: rgb(112,186,203); }
H1.HeaderClassName
{
color: #70BACB;
}
.AnyTagClassName
{
color: #70BACB;
}
</style>
background-color css
<style>
a { background-color: #70BACB; }
a { background-color: rgb(112,186,203); }
div.DivClassName
{
background-color: #70BACB;
}
.BgClassName
{
background-color: #70BACB;
}
</style>
border-color css
<style>
span { border-color: #70BACB; }
span { border-color: rgb(112,186,203); }
td.TdClassName
{
border-color: #70BACB;
}
.TagClassName
{
border-color: #70BACB;
}
</style>