Shades of Seagull #70ADC9
Tints of Seagull #70ADC9
RGB
CMYK
RGB Variations
Color information
#70ADC9 (or 0x70ADC9) is known color: Seagull. HEX triplet: 70, AD and C9. RGB value is (112,173,201). Sum of RGB (Red+Green+Blue) = 112+173+201=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #70ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADC9 is #8F5236. Grayscale: #9D9D9D. Windows color (decimal): -9392695 or 13217136. OLE color: 13217136.
HSL color Cylindrical-coordinate representation of color #70ADC9: hue angle of 198.88º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70ADC9 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 173 | 201 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.21 |
| HSL | 198.88º | 0.45% | 0.61% | - |
| HSV(B) | 198.88º | 0.44% | 0.79% | - |
| XYZ | 32.17 | 37.55 | 60.81 | - |
| YUV | 157.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 201 | 0.44 | 0.14 | 0 | 0.21 | 198.88 | 0.45 | 0.61 |
| Hex | 70 | AD | C9 | 2C | E | 0 | 15 | C7 | 2D | 3D |
| Octal | 160 | 255 | 311 | 54 | 16 | 0 | 25 | 307 | 55 | 75 |
| Binary | 1110000 | 10101101 | 11001001 | 101100 | 1110 | 0 | 10101 | 11000111 | 101101 | 111101 |
Color Harmonies of #70ADC9
Complementary color
Monochromatic Colors of #70ADC9
Black with #70ADC9
Text Example
Text Example
White with #70ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADC9; }
p { color: rgb(112,173,201); }
H1.HeaderClassName
{
color: #70ADC9;
}
.AnyTagClassName
{
color: #70ADC9;
}
</style>
background-color css
<style>
a { background-color: #70ADC9; }
a { background-color: rgb(112,173,201); }
div.DivClassName
{
background-color: #70ADC9;
}
.BgClassName
{
background-color: #70ADC9;
}
</style>
border-color css
<style>
span { border-color: #70ADC9; }
span { border-color: rgb(112,173,201); }
td.TdClassName
{
border-color: #70ADC9;
}
.TagClassName
{
border-color: #70ADC9;
}
</style>