Shades of Seagull #70ACC8
Tints of Seagull #70ACC8
RGB
CMYK
RGB Variations
Color information
#70ACC8 (or 0x70ACC8) is known color: Seagull. HEX triplet: 70, AC and C8. RGB value is (112,172,200). Sum of RGB (Red+Green+Blue) = 112+172+200=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 200 - color contains mainly: blue. Hex color #70ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACC8 is #8F5337. Grayscale: #9D9D9D. Windows color (decimal): -9392952 or 13151344. OLE color: 13151344.
HSL color Cylindrical-coordinate representation of color #70ACC8: hue angle of 199.09º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70ACC8 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 172 | 200 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.22 |
| HSL | 199.09º | 0.44% | 0.61% | - |
| HSV(B) | 199.09º | 0.44% | 0.78% | - |
| XYZ | 31.86 | 37.12 | 60.13 | - |
| YUV | 157.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 200 | 0.44 | 0.14 | 0 | 0.22 | 199.09 | 0.44 | 0.61 |
| Hex | 70 | AC | C8 | 2C | E | 0 | 16 | C7 | 2C | 3D |
| Octal | 160 | 254 | 310 | 54 | 16 | 0 | 26 | 307 | 54 | 75 |
| Binary | 1110000 | 10101100 | 11001000 | 101100 | 1110 | 0 | 10110 | 11000111 | 101100 | 111101 |
Color Harmonies of #70ACC8
Complementary color
Monochromatic Colors of #70ACC8
Black with #70ACC8
Text Example
Text Example
White with #70ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACC8; }
p { color: rgb(112,172,200); }
H1.HeaderClassName
{
color: #70ACC8;
}
.AnyTagClassName
{
color: #70ACC8;
}
</style>
background-color css
<style>
a { background-color: #70ACC8; }
a { background-color: rgb(112,172,200); }
div.DivClassName
{
background-color: #70ACC8;
}
.BgClassName
{
background-color: #70ACC8;
}
</style>
border-color css
<style>
span { border-color: #70ACC8; }
span { border-color: rgb(112,172,200); }
td.TdClassName
{
border-color: #70ACC8;
}
.TagClassName
{
border-color: #70ACC8;
}
</style>