Shades of Seagull #70ADD6
Tints of Seagull #70ADD6
RGB
CMYK
RGB Variations
Color information
#70ADD6 (or 0x70ADD6) is known color: Seagull. HEX triplet: 70, AD and D6. RGB value is (112,173,214). Sum of RGB (Red+Green+Blue) = 112+173+214=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #70ADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADD6 is #8F5229. Grayscale: #9F9F9F. Windows color (decimal): -9392682 or 14069104. OLE color: 14069104.
HSL color Cylindrical-coordinate representation of color #70ADD6: hue angle of 204.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70ADD6 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 173 | 214 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.16 |
| HSL | 204.12º | 0.55% | 0.64% | - |
| HSV(B) | 204.12º | 0.48% | 0.84% | - |
| XYZ | 33.76 | 38.19 | 69.21 | - |
| YUV | 159.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 214 | 0.48 | 0.19 | 0 | 0.16 | 204.12 | 0.55 | 0.64 |
| Hex | 70 | AD | D6 | 30 | 13 | 0 | 10 | CC | 37 | 40 |
| Octal | 160 | 255 | 326 | 60 | 23 | 0 | 20 | 314 | 67 | 100 |
| Binary | 1110000 | 10101101 | 11010110 | 110000 | 10011 | 0 | 10000 | 11001100 | 110111 | 1000000 |
Color Harmonies of #70ADD6
Complementary color
Monochromatic Colors of #70ADD6
Black with #70ADD6
Text Example
Text Example
White with #70ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADD6; }
p { color: rgb(112,173,214); }
H1.HeaderClassName
{
color: #70ADD6;
}
.AnyTagClassName
{
color: #70ADD6;
}
</style>
background-color css
<style>
a { background-color: #70ADD6; }
a { background-color: rgb(112,173,214); }
div.DivClassName
{
background-color: #70ADD6;
}
.BgClassName
{
background-color: #70ADD6;
}
</style>
border-color css
<style>
span { border-color: #70ADD6; }
span { border-color: rgb(112,173,214); }
td.TdClassName
{
border-color: #70ADD6;
}
.TagClassName
{
border-color: #70ADD6;
}
</style>