Shades of Seagull #70A6CC
Tints of Seagull #70A6CC
RGB
CMYK
RGB Variations
Color information
#70A6CC (or 0x70A6CC) is known color: Seagull. HEX triplet: 70, A6 and CC. RGB value is (112,166,204). Sum of RGB (Red+Green+Blue) = 112+166+204=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #70A6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A6CC is #8F5933. Grayscale: #999999. Windows color (decimal): -9394484 or 13411952. OLE color: 13411952.
HSL color Cylindrical-coordinate representation of color #70A6CC: hue angle of 204.78º 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 #70A6CC is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 166 | 204 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.2 |
| HSL | 204.78º | 0.47% | 0.62% | - |
| HSV(B) | 204.78º | 0.45% | 0.8% | - |
| XYZ | 31.22 | 35.08 | 62.25 | - |
| YUV | 154.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 204 | 0.45 | 0.19 | 0 | 0.2 | 204.78 | 0.47 | 0.62 |
| Hex | 70 | A6 | CC | 2D | 13 | 0 | 14 | CD | 2F | 3E |
| Octal | 160 | 246 | 314 | 55 | 23 | 0 | 24 | 315 | 57 | 76 |
| Binary | 1110000 | 10100110 | 11001100 | 101101 | 10011 | 0 | 10100 | 11001101 | 101111 | 111110 |
Color Harmonies of #70A6CC
Complementary color
Monochromatic Colors of #70A6CC
Black with #70A6CC
Text Example
Text Example
White with #70A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A6CC; }
p { color: rgb(112,166,204); }
H1.HeaderClassName
{
color: #70A6CC;
}
.AnyTagClassName
{
color: #70A6CC;
}
</style>
background-color css
<style>
a { background-color: #70A6CC; }
a { background-color: rgb(112,166,204); }
div.DivClassName
{
background-color: #70A6CC;
}
.BgClassName
{
background-color: #70A6CC;
}
</style>
border-color css
<style>
span { border-color: #70A6CC; }
span { border-color: rgb(112,166,204); }
td.TdClassName
{
border-color: #70A6CC;
}
.TagClassName
{
border-color: #70A6CC;
}
</style>