Shades of Seagull #70ADCC
Tints of Seagull #70ADCC
RGB
CMYK
RGB Variations
Color information
#70ADCC (or 0x70ADCC) is known color: Seagull. HEX triplet: 70, AD and CC. RGB value is (112,173,204). Sum of RGB (Red+Green+Blue) = 112+173+204=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #70ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADCC is #8F5233. Grayscale: #9E9E9E. Windows color (decimal): -9392692 or 13413744. OLE color: 13413744.
HSL color Cylindrical-coordinate representation of color #70ADCC: hue angle of 200.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70ADCC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 173 | 204 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.2 |
| HSL | 200.22º | 0.47% | 0.62% | - |
| HSV(B) | 200.22º | 0.45% | 0.8% | - |
| XYZ | 32.52 | 37.69 | 62.69 | - |
| YUV | 158.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 204 | 0.45 | 0.15 | 0 | 0.2 | 200.22 | 0.47 | 0.62 |
| Hex | 70 | AD | CC | 2D | F | 0 | 14 | C8 | 2F | 3E |
| Octal | 160 | 255 | 314 | 55 | 17 | 0 | 24 | 310 | 57 | 76 |
| Binary | 1110000 | 10101101 | 11001100 | 101101 | 1111 | 0 | 10100 | 11001000 | 101111 | 111110 |
Color Harmonies of #70ADCC
Complementary color
Monochromatic Colors of #70ADCC
Black with #70ADCC
Text Example
Text Example
White with #70ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADCC; }
p { color: rgb(112,173,204); }
H1.HeaderClassName
{
color: #70ADCC;
}
.AnyTagClassName
{
color: #70ADCC;
}
</style>
background-color css
<style>
a { background-color: #70ADCC; }
a { background-color: rgb(112,173,204); }
div.DivClassName
{
background-color: #70ADCC;
}
.BgClassName
{
background-color: #70ADCC;
}
</style>
border-color css
<style>
span { border-color: #70ADCC; }
span { border-color: rgb(112,173,204); }
td.TdClassName
{
border-color: #70ADCC;
}
.TagClassName
{
border-color: #70ADCC;
}
</style>