Shades of Seagull #70AACF
Tints of Seagull #70AACF
RGB
CMYK
RGB Variations
Color information
#70AACF (or 0x70AACF) is known color: Seagull. HEX triplet: 70, AA and CF. RGB value is (112,170,207). Sum of RGB (Red+Green+Blue) = 112+170+207=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #70AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AACF is #8F5530. Grayscale: #9C9C9C. Windows color (decimal): -9393457 or 13609584. OLE color: 13609584.
HSL color Cylindrical-coordinate representation of color #70AACF: hue angle of 203.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70AACF is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 170 | 207 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.19 |
| HSL | 203.37º | 0.5% | 0.63% | - |
| HSV(B) | 203.37º | 0.46% | 0.81% | - |
| XYZ | 32.32 | 36.7 | 64.41 | - |
| YUV | 156.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 207 | 0.46 | 0.18 | 0 | 0.19 | 203.37 | 0.5 | 0.63 |
| Hex | 70 | AA | CF | 2E | 12 | 0 | 13 | CB | 32 | 3F |
| Octal | 160 | 252 | 317 | 56 | 22 | 0 | 23 | 313 | 62 | 77 |
| Binary | 1110000 | 10101010 | 11001111 | 101110 | 10010 | 0 | 10011 | 11001011 | 110010 | 111111 |
Color Harmonies of #70AACF
Complementary color
Monochromatic Colors of #70AACF
Black with #70AACF
Text Example
Text Example
White with #70AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AACF; }
p { color: rgb(112,170,207); }
H1.HeaderClassName
{
color: #70AACF;
}
.AnyTagClassName
{
color: #70AACF;
}
</style>
background-color css
<style>
a { background-color: #70AACF; }
a { background-color: rgb(112,170,207); }
div.DivClassName
{
background-color: #70AACF;
}
.BgClassName
{
background-color: #70AACF;
}
</style>
border-color css
<style>
span { border-color: #70AACF; }
span { border-color: rgb(112,170,207); }
td.TdClassName
{
border-color: #70AACF;
}
.TagClassName
{
border-color: #70AACF;
}
</style>