Shades of Seagull #70A8C9
Tints of Seagull #70A8C9
RGB
CMYK
RGB Variations
Color information
#70A8C9 (or 0x70A8C9) is known color: Seagull. HEX triplet: 70, A8 and C9. RGB value is (112,168,201). Sum of RGB (Red+Green+Blue) = 112+168+201=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #70A8C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8C9 is #8F5736. Grayscale: #9A9A9A. Windows color (decimal): -9393975 or 13215856. OLE color: 13215856.
HSL color Cylindrical-coordinate representation of color #70A8C9: hue angle of 202.25º 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 #70A8C9 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 168 | 201 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.21 |
| HSL | 202.25º | 0.45% | 0.61% | - |
| HSV(B) | 202.25º | 0.44% | 0.79% | - |
| XYZ | 31.23 | 35.67 | 60.5 | - |
| YUV | 155.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 201 | 0.44 | 0.16 | 0 | 0.21 | 202.25 | 0.45 | 0.61 |
| Hex | 70 | A8 | C9 | 2C | 10 | 0 | 15 | CA | 2D | 3D |
| Octal | 160 | 250 | 311 | 54 | 20 | 0 | 25 | 312 | 55 | 75 |
| Binary | 1110000 | 10101000 | 11001001 | 101100 | 10000 | 0 | 10101 | 11001010 | 101101 | 111101 |
Color Harmonies of #70A8C9
Complementary color
Monochromatic Colors of #70A8C9
Black with #70A8C9
Text Example
Text Example
White with #70A8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A8C9; }
p { color: rgb(112,168,201); }
H1.HeaderClassName
{
color: #70A8C9;
}
.AnyTagClassName
{
color: #70A8C9;
}
</style>
background-color css
<style>
a { background-color: #70A8C9; }
a { background-color: rgb(112,168,201); }
div.DivClassName
{
background-color: #70A8C9;
}
.BgClassName
{
background-color: #70A8C9;
}
</style>
border-color css
<style>
span { border-color: #70A8C9; }
span { border-color: rgb(112,168,201); }
td.TdClassName
{
border-color: #70A8C9;
}
.TagClassName
{
border-color: #70A8C9;
}
</style>