Shades of Seagull #70AACE
Tints of Seagull #70AACE
RGB
CMYK
RGB Variations
Color information
#70AACE (or 0x70AACE) is known color: Seagull. HEX triplet: 70, AA and CE. RGB value is (112,170,206). Sum of RGB (Red+Green+Blue) = 112+170+206=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #70AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AACE is #8F5531. Grayscale: #9C9C9C. Windows color (decimal): -9393458 or 13544048. OLE color: 13544048.
HSL color Cylindrical-coordinate representation of color #70AACE: hue angle of 202.98º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70AACE is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 170 | 206 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.19 |
| HSL | 202.98º | 0.49% | 0.62% | - |
| HSV(B) | 202.98º | 0.46% | 0.81% | - |
| XYZ | 32.2 | 36.65 | 63.77 | - |
| YUV | 156.76 | 155.78 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 206 | 0.46 | 0.17 | 0 | 0.19 | 202.98 | 0.49 | 0.62 |
| Hex | 70 | AA | CE | 2E | 11 | 0 | 13 | CB | 31 | 3E |
| Octal | 160 | 252 | 316 | 56 | 21 | 0 | 23 | 313 | 61 | 76 |
| Binary | 1110000 | 10101010 | 11001110 | 101110 | 10001 | 0 | 10011 | 11001011 | 110001 | 111110 |
Color Harmonies of #70AACE
Complementary color
Monochromatic Colors of #70AACE
Black with #70AACE
Text Example
Text Example
White with #70AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AACE; }
p { color: rgb(112,170,206); }
H1.HeaderClassName
{
color: #70AACE;
}
.AnyTagClassName
{
color: #70AACE;
}
</style>
background-color css
<style>
a { background-color: #70AACE; }
a { background-color: rgb(112,170,206); }
div.DivClassName
{
background-color: #70AACE;
}
.BgClassName
{
background-color: #70AACE;
}
</style>
border-color css
<style>
span { border-color: #70AACE; }
span { border-color: rgb(112,170,206); }
td.TdClassName
{
border-color: #70AACE;
}
.TagClassName
{
border-color: #70AACE;
}
</style>