Shades of Seagull #70ADC8
Tints of Seagull #70ADC8
RGB
CMYK
RGB Variations
Color information
#70ADC8 (or 0x70ADC8) is known color: Seagull. HEX triplet: 70, AD and C8. RGB value is (112,173,200). Sum of RGB (Red+Green+Blue) = 112+173+200=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #70ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADC8 is #8F5237. Grayscale: #9D9D9D. Windows color (decimal): -9392696 or 13151600. OLE color: 13151600.
HSL color Cylindrical-coordinate representation of color #70ADC8: hue angle of 198.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70ADC8 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 173 | 200 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.22 |
| HSL | 198.41º | 0.44% | 0.61% | - |
| HSV(B) | 198.41º | 0.44% | 0.78% | - |
| XYZ | 32.05 | 37.5 | 60.19 | - |
| YUV | 157.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 200 | 0.44 | 0.14 | 0 | 0.22 | 198.41 | 0.44 | 0.61 |
| Hex | 70 | AD | C8 | 2C | E | 0 | 16 | C6 | 2C | 3D |
| Octal | 160 | 255 | 310 | 54 | 16 | 0 | 26 | 306 | 54 | 75 |
| Binary | 1110000 | 10101101 | 11001000 | 101100 | 1110 | 0 | 10110 | 11000110 | 101100 | 111101 |
Color Harmonies of #70ADC8
Complementary color
Monochromatic Colors of #70ADC8
Black with #70ADC8
Text Example
Text Example
White with #70ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADC8; }
p { color: rgb(112,173,200); }
H1.HeaderClassName
{
color: #70ADC8;
}
.AnyTagClassName
{
color: #70ADC8;
}
</style>
background-color css
<style>
a { background-color: #70ADC8; }
a { background-color: rgb(112,173,200); }
div.DivClassName
{
background-color: #70ADC8;
}
.BgClassName
{
background-color: #70ADC8;
}
</style>
border-color css
<style>
span { border-color: #70ADC8; }
span { border-color: rgb(112,173,200); }
td.TdClassName
{
border-color: #70ADC8;
}
.TagClassName
{
border-color: #70ADC8;
}
</style>