Shades of Seagull #70BACC
Tints of Seagull #70BACC
RGB
CMYK
RGB Variations
Color information
#70BACC (or 0x70BACC) is known color: Seagull. HEX triplet: 70, BA and CC. RGB value is (112,186,204). Sum of RGB (Red+Green+Blue) = 112+186+204=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #70BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BACC is #8F4533. Grayscale: #A5A5A5. Windows color (decimal): -9389364 or 13417072. OLE color: 13417072.
HSL color Cylindrical-coordinate representation of color #70BACC: hue angle of 191.74º 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 #70BACC is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 186 | 204 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.2 |
| HSL | 191.74º | 0.47% | 0.62% | - |
| HSV(B) | 191.74º | 0.45% | 0.8% | - |
| XYZ | 35.14 | 42.92 | 63.56 | - |
| YUV | 165.93 | 149.48 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 204 | 0.45 | 0.09 | 0 | 0.2 | 191.74 | 0.47 | 0.62 |
| Hex | 70 | BA | CC | 2D | 9 | 0 | 14 | C0 | 2F | 3E |
| Octal | 160 | 272 | 314 | 55 | 11 | 0 | 24 | 300 | 57 | 76 |
| Binary | 1110000 | 10111010 | 11001100 | 101101 | 1001 | 0 | 10100 | 11000000 | 101111 | 111110 |
Color Harmonies of #70BACC
Complementary color
Monochromatic Colors of #70BACC
Black with #70BACC
Text Example
Text Example
White with #70BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BACC; }
p { color: rgb(112,186,204); }
H1.HeaderClassName
{
color: #70BACC;
}
.AnyTagClassName
{
color: #70BACC;
}
</style>
background-color css
<style>
a { background-color: #70BACC; }
a { background-color: rgb(112,186,204); }
div.DivClassName
{
background-color: #70BACC;
}
.BgClassName
{
background-color: #70BACC;
}
</style>
border-color css
<style>
span { border-color: #70BACC; }
span { border-color: rgb(112,186,204); }
td.TdClassName
{
border-color: #70BACC;
}
.TagClassName
{
border-color: #70BACC;
}
</style>