Shades of Seagull #70AED2
Tints of Seagull #70AED2
RGB
CMYK
RGB Variations
Color information
#70AED2 (or 0x70AED2) is known color: Seagull. HEX triplet: 70, AE and D2. RGB value is (112,174,210). Sum of RGB (Red+Green+Blue) = 112+174+210=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #70AED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AED2 is #8F512D. Grayscale: #9F9F9F. Windows color (decimal): -9392430 or 13807216. OLE color: 13807216.
HSL color Cylindrical-coordinate representation of color #70AED2: hue angle of 202.04º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70AED2 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 174 | 210 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.18 |
| HSL | 202.04º | 0.52% | 0.63% | - |
| HSV(B) | 202.04º | 0.47% | 0.82% | - |
| XYZ | 33.45 | 38.37 | 66.62 | - |
| YUV | 159.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 210 | 0.47 | 0.17 | 0 | 0.18 | 202.04 | 0.52 | 0.63 |
| Hex | 70 | AE | D2 | 2F | 11 | 0 | 12 | CA | 34 | 3F |
| Octal | 160 | 256 | 322 | 57 | 21 | 0 | 22 | 312 | 64 | 77 |
| Binary | 1110000 | 10101110 | 11010010 | 101111 | 10001 | 0 | 10010 | 11001010 | 110100 | 111111 |
Color Harmonies of #70AED2
Complementary color
Monochromatic Colors of #70AED2
Black with #70AED2
Text Example
Text Example
White with #70AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AED2; }
p { color: rgb(112,174,210); }
H1.HeaderClassName
{
color: #70AED2;
}
.AnyTagClassName
{
color: #70AED2;
}
</style>
background-color css
<style>
a { background-color: #70AED2; }
a { background-color: rgb(112,174,210); }
div.DivClassName
{
background-color: #70AED2;
}
.BgClassName
{
background-color: #70AED2;
}
</style>
border-color css
<style>
span { border-color: #70AED2; }
span { border-color: rgb(112,174,210); }
td.TdClassName
{
border-color: #70AED2;
}
.TagClassName
{
border-color: #70AED2;
}
</style>