Shades of Seagull #70ABCC
Tints of Seagull #70ABCC
RGB
CMYK
RGB Variations
Color information
#70ABCC (or 0x70ABCC) is known color: Seagull. HEX triplet: 70, AB and CC. RGB value is (112,171,204). Sum of RGB (Red+Green+Blue) = 112+171+204=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #70ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABCC is #8F5433. Grayscale: #9C9C9C. Windows color (decimal): -9393204 or 13413232. OLE color: 13413232.
HSL color Cylindrical-coordinate representation of color #70ABCC: hue angle of 201.52º 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 #70ABCC is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 171 | 204 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.2 |
| HSL | 201.52º | 0.47% | 0.62% | - |
| HSV(B) | 201.52º | 0.45% | 0.8% | - |
| XYZ | 32.14 | 36.93 | 62.56 | - |
| YUV | 157.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 204 | 0.45 | 0.16 | 0 | 0.2 | 201.52 | 0.47 | 0.62 |
| Hex | 70 | AB | CC | 2D | 10 | 0 | 14 | CA | 2F | 3E |
| Octal | 160 | 253 | 314 | 55 | 20 | 0 | 24 | 312 | 57 | 76 |
| Binary | 1110000 | 10101011 | 11001100 | 101101 | 10000 | 0 | 10100 | 11001010 | 101111 | 111110 |
Color Harmonies of #70ABCC
Complementary color
Monochromatic Colors of #70ABCC
Black with #70ABCC
Text Example
Text Example
White with #70ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABCC; }
p { color: rgb(112,171,204); }
H1.HeaderClassName
{
color: #70ABCC;
}
.AnyTagClassName
{
color: #70ABCC;
}
</style>
background-color css
<style>
a { background-color: #70ABCC; }
a { background-color: rgb(112,171,204); }
div.DivClassName
{
background-color: #70ABCC;
}
.BgClassName
{
background-color: #70ABCC;
}
</style>
border-color css
<style>
span { border-color: #70ABCC; }
span { border-color: rgb(112,171,204); }
td.TdClassName
{
border-color: #70ABCC;
}
.TagClassName
{
border-color: #70ABCC;
}
</style>