Shades of Seagull #70AECA
Tints of Seagull #70AECA
RGB
CMYK
RGB Variations
Color information
#70AECA (or 0x70AECA) is known color: Seagull. HEX triplet: 70, AE and CA. RGB value is (112,174,202). Sum of RGB (Red+Green+Blue) = 112+174+202=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #70AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AECA is #8F5135. Grayscale: #9E9E9E. Windows color (decimal): -9392438 or 13282928. OLE color: 13282928.
HSL color Cylindrical-coordinate representation of color #70AECA: hue angle of 198.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70AECA is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 174 | 202 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.21 |
| HSL | 198.67º | 0.46% | 0.62% | - |
| HSV(B) | 198.67º | 0.45% | 0.79% | - |
| XYZ | 32.48 | 37.98 | 61.5 | - |
| YUV | 158.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 202 | 0.45 | 0.14 | 0 | 0.21 | 198.67 | 0.46 | 0.62 |
| Hex | 70 | AE | CA | 2D | E | 0 | 15 | C7 | 2E | 3E |
| Octal | 160 | 256 | 312 | 55 | 16 | 0 | 25 | 307 | 56 | 76 |
| Binary | 1110000 | 10101110 | 11001010 | 101101 | 1110 | 0 | 10101 | 11000111 | 101110 | 111110 |
Color Harmonies of #70AECA
Complementary color
Monochromatic Colors of #70AECA
Black with #70AECA
Text Example
Text Example
White with #70AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AECA; }
p { color: rgb(112,174,202); }
H1.HeaderClassName
{
color: #70AECA;
}
.AnyTagClassName
{
color: #70AECA;
}
</style>
background-color css
<style>
a { background-color: #70AECA; }
a { background-color: rgb(112,174,202); }
div.DivClassName
{
background-color: #70AECA;
}
.BgClassName
{
background-color: #70AECA;
}
</style>
border-color css
<style>
span { border-color: #70AECA; }
span { border-color: rgb(112,174,202); }
td.TdClassName
{
border-color: #70AECA;
}
.TagClassName
{
border-color: #70AECA;
}
</style>