Shades of Seagull #70AECC
Tints of Seagull #70AECC
RGB
CMYK
RGB Variations
Color information
#70AECC (or 0x70AECC) is known color: Seagull. HEX triplet: 70, AE and CC. RGB value is (112,174,204). Sum of RGB (Red+Green+Blue) = 112+174+204=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #70AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AECC is #8F5133. Grayscale: #9E9E9E. Windows color (decimal): -9392436 or 13414000. OLE color: 13414000.
HSL color Cylindrical-coordinate representation of color #70AECC: hue angle of 199.57º 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 #70AECC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 174 | 204 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.2 |
| HSL | 199.57º | 0.47% | 0.62% | - |
| HSV(B) | 199.57º | 0.45% | 0.8% | - |
| XYZ | 32.72 | 38.08 | 62.75 | - |
| YUV | 158.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 204 | 0.45 | 0.15 | 0 | 0.2 | 199.57 | 0.47 | 0.62 |
| Hex | 70 | AE | CC | 2D | F | 0 | 14 | C8 | 2F | 3E |
| Octal | 160 | 256 | 314 | 55 | 17 | 0 | 24 | 310 | 57 | 76 |
| Binary | 1110000 | 10101110 | 11001100 | 101101 | 1111 | 0 | 10100 | 11001000 | 101111 | 111110 |
Color Harmonies of #70AECC
Complementary color
Monochromatic Colors of #70AECC
Black with #70AECC
Text Example
Text Example
White with #70AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AECC; }
p { color: rgb(112,174,204); }
H1.HeaderClassName
{
color: #70AECC;
}
.AnyTagClassName
{
color: #70AECC;
}
</style>
background-color css
<style>
a { background-color: #70AECC; }
a { background-color: rgb(112,174,204); }
div.DivClassName
{
background-color: #70AECC;
}
.BgClassName
{
background-color: #70AECC;
}
</style>
border-color css
<style>
span { border-color: #70AECC; }
span { border-color: rgb(112,174,204); }
td.TdClassName
{
border-color: #70AECC;
}
.TagClassName
{
border-color: #70AECC;
}
</style>