Shades of Seagull #70ABCE
Tints of Seagull #70ABCE
RGB
CMYK
RGB Variations
Color information
#70ABCE (or 0x70ABCE) is known color: Seagull. HEX triplet: 70, AB and CE. RGB value is (112,171,206). Sum of RGB (Red+Green+Blue) = 112+171+206=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #70ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABCE is #8F5431. Grayscale: #9D9D9D. Windows color (decimal): -9393202 or 13544304. OLE color: 13544304.
HSL color Cylindrical-coordinate representation of color #70ABCE: hue angle of 202.34º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70ABCE is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 171 | 206 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.19 |
| HSL | 202.34º | 0.49% | 0.62% | - |
| HSV(B) | 202.34º | 0.46% | 0.81% | - |
| XYZ | 32.39 | 37.03 | 63.83 | - |
| YUV | 157.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 206 | 0.46 | 0.17 | 0 | 0.19 | 202.34 | 0.49 | 0.62 |
| Hex | 70 | AB | CE | 2E | 11 | 0 | 13 | CA | 31 | 3E |
| Octal | 160 | 253 | 316 | 56 | 21 | 0 | 23 | 312 | 61 | 76 |
| Binary | 1110000 | 10101011 | 11001110 | 101110 | 10001 | 0 | 10011 | 11001010 | 110001 | 111110 |
Color Harmonies of #70ABCE
Complementary color
Monochromatic Colors of #70ABCE
Black with #70ABCE
Text Example
Text Example
White with #70ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABCE; }
p { color: rgb(112,171,206); }
H1.HeaderClassName
{
color: #70ABCE;
}
.AnyTagClassName
{
color: #70ABCE;
}
</style>
background-color css
<style>
a { background-color: #70ABCE; }
a { background-color: rgb(112,171,206); }
div.DivClassName
{
background-color: #70ABCE;
}
.BgClassName
{
background-color: #70ABCE;
}
</style>
border-color css
<style>
span { border-color: #70ABCE; }
span { border-color: rgb(112,171,206); }
td.TdClassName
{
border-color: #70ABCE;
}
.TagClassName
{
border-color: #70ABCE;
}
</style>