Shades of Seagull #70BADA
Tints of Seagull #70BADA
RGB
CMYK
RGB Variations
Color information
#70BADA (or 0x70BADA) is known color: Seagull. HEX triplet: 70, BA and DA. RGB value is (112,186,218). Sum of RGB (Red+Green+Blue) = 112+186+218=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #70BADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BADA is #8F4525. Grayscale: #A7A7A7. Windows color (decimal): -9389350 or 14334576. OLE color: 14334576.
HSL color Cylindrical-coordinate representation of color #70BADA: hue angle of 198.11º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70BADA is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 186 | 218 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.15 |
| HSL | 198.11º | 0.59% | 0.65% | - |
| HSV(B) | 198.11º | 0.49% | 0.85% | - |
| XYZ | 36.9 | 43.62 | 72.81 | - |
| YUV | 167.52 | 156.48 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 218 | 0.49 | 0.15 | 0 | 0.15 | 198.11 | 0.59 | 0.65 |
| Hex | 70 | BA | DA | 31 | F | 0 | F | C6 | 3B | 41 |
| Octal | 160 | 272 | 332 | 61 | 17 | 0 | 17 | 306 | 73 | 101 |
| Binary | 1110000 | 10111010 | 11011010 | 110001 | 1111 | 0 | 1111 | 11000110 | 111011 | 1000001 |
Color Harmonies of #70BADA
Complementary color
Monochromatic Colors of #70BADA
Black with #70BADA
Text Example
Text Example
White with #70BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BADA; }
p { color: rgb(112,186,218); }
H1.HeaderClassName
{
color: #70BADA;
}
.AnyTagClassName
{
color: #70BADA;
}
</style>
background-color css
<style>
a { background-color: #70BADA; }
a { background-color: rgb(112,186,218); }
div.DivClassName
{
background-color: #70BADA;
}
.BgClassName
{
background-color: #70BADA;
}
</style>
border-color css
<style>
span { border-color: #70BADA; }
span { border-color: rgb(112,186,218); }
td.TdClassName
{
border-color: #70BADA;
}
.TagClassName
{
border-color: #70BADA;
}
</style>