Shades of Seagull #70ABC8
Tints of Seagull #70ABC8
RGB
CMYK
RGB Variations
Color information
#70ABC8 (or 0x70ABC8) is known color: Seagull. HEX triplet: 70, AB and C8. RGB value is (112,171,200). Sum of RGB (Red+Green+Blue) = 112+171+200=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #70ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABC8 is #8F5437. Grayscale: #9C9C9C. Windows color (decimal): -9393208 or 13151088. OLE color: 13151088.
HSL color Cylindrical-coordinate representation of color #70ABC8: hue angle of 199.77º 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 #70ABC8 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 171 | 200 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.22 |
| HSL | 199.77º | 0.44% | 0.61% | - |
| HSV(B) | 199.77º | 0.44% | 0.78% | - |
| XYZ | 31.67 | 36.74 | 60.07 | - |
| YUV | 156.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 200 | 0.44 | 0.14 | 0 | 0.22 | 199.77 | 0.44 | 0.61 |
| Hex | 70 | AB | C8 | 2C | E | 0 | 16 | C8 | 2C | 3D |
| Octal | 160 | 253 | 310 | 54 | 16 | 0 | 26 | 310 | 54 | 75 |
| Binary | 1110000 | 10101011 | 11001000 | 101100 | 1110 | 0 | 10110 | 11001000 | 101100 | 111101 |
Color Harmonies of #70ABC8
Complementary color
Monochromatic Colors of #70ABC8
Black with #70ABC8
Text Example
Text Example
White with #70ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABC8; }
p { color: rgb(112,171,200); }
H1.HeaderClassName
{
color: #70ABC8;
}
.AnyTagClassName
{
color: #70ABC8;
}
</style>
background-color css
<style>
a { background-color: #70ABC8; }
a { background-color: rgb(112,171,200); }
div.DivClassName
{
background-color: #70ABC8;
}
.BgClassName
{
background-color: #70ABC8;
}
</style>
border-color css
<style>
span { border-color: #70ABC8; }
span { border-color: rgb(112,171,200); }
td.TdClassName
{
border-color: #70ABC8;
}
.TagClassName
{
border-color: #70ABC8;
}
</style>