Shades of Seagull #70ADD4
Tints of Seagull #70ADD4
RGB
CMYK
RGB Variations
Color information
#70ADD4 (or 0x70ADD4) is known color: Seagull. HEX triplet: 70, AD and D4. RGB value is (112,173,212). Sum of RGB (Red+Green+Blue) = 112+173+212=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #70ADD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADD4 is #8F522B. Grayscale: #9E9E9E. Windows color (decimal): -9392684 or 13938032. OLE color: 13938032.
HSL color Cylindrical-coordinate representation of color #70ADD4: hue angle of 203.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70ADD4 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 173 | 212 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.17 |
| HSL | 203.4º | 0.54% | 0.64% | - |
| HSV(B) | 203.4º | 0.47% | 0.83% | - |
| XYZ | 33.51 | 38.09 | 67.87 | - |
| YUV | 159.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 212 | 0.47 | 0.18 | 0 | 0.17 | 203.4 | 0.54 | 0.64 |
| Hex | 70 | AD | D4 | 2F | 12 | 0 | 11 | CB | 36 | 40 |
| Octal | 160 | 255 | 324 | 57 | 22 | 0 | 21 | 313 | 66 | 100 |
| Binary | 1110000 | 10101101 | 11010100 | 101111 | 10010 | 0 | 10001 | 11001011 | 110110 | 1000000 |
Color Harmonies of #70ADD4
Complementary color
Monochromatic Colors of #70ADD4
Black with #70ADD4
Text Example
Text Example
White with #70ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADD4; }
p { color: rgb(112,173,212); }
H1.HeaderClassName
{
color: #70ADD4;
}
.AnyTagClassName
{
color: #70ADD4;
}
</style>
background-color css
<style>
a { background-color: #70ADD4; }
a { background-color: rgb(112,173,212); }
div.DivClassName
{
background-color: #70ADD4;
}
.BgClassName
{
background-color: #70ADD4;
}
</style>
border-color css
<style>
span { border-color: #70ADD4; }
span { border-color: rgb(112,173,212); }
td.TdClassName
{
border-color: #70ADD4;
}
.TagClassName
{
border-color: #70ADD4;
}
</style>