Shades of Seagull #70ACD4
Tints of Seagull #70ACD4
RGB
CMYK
RGB Variations
Color information
#70ACD4 (or 0x70ACD4) is known color: Seagull. HEX triplet: 70, AC and D4. RGB value is (112,172,212). Sum of RGB (Red+Green+Blue) = 112+172+212=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #70ACD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACD4 is #8F532B. Grayscale: #9E9E9E. Windows color (decimal): -9392940 or 13937776. OLE color: 13937776.
HSL color Cylindrical-coordinate representation of color #70ACD4: hue angle of 204º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70ACD4 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 172 | 212 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.17 |
| HSL | 204º | 0.54% | 0.64% | - |
| HSV(B) | 204º | 0.47% | 0.83% | - |
| XYZ | 33.32 | 37.7 | 67.81 | - |
| YUV | 158.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 212 | 0.47 | 0.19 | 0 | 0.17 | 204 | 0.54 | 0.64 |
| Hex | 70 | AC | D4 | 2F | 13 | 0 | 11 | CC | 36 | 40 |
| Octal | 160 | 254 | 324 | 57 | 23 | 0 | 21 | 314 | 66 | 100 |
| Binary | 1110000 | 10101100 | 11010100 | 101111 | 10011 | 0 | 10001 | 11001100 | 110110 | 1000000 |
Color Harmonies of #70ACD4
Complementary color
Monochromatic Colors of #70ACD4
Black with #70ACD4
Text Example
Text Example
White with #70ACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACD4; }
p { color: rgb(112,172,212); }
H1.HeaderClassName
{
color: #70ACD4;
}
.AnyTagClassName
{
color: #70ACD4;
}
</style>
background-color css
<style>
a { background-color: #70ACD4; }
a { background-color: rgb(112,172,212); }
div.DivClassName
{
background-color: #70ACD4;
}
.BgClassName
{
background-color: #70ACD4;
}
</style>
border-color css
<style>
span { border-color: #70ACD4; }
span { border-color: rgb(112,172,212); }
td.TdClassName
{
border-color: #70ACD4;
}
.TagClassName
{
border-color: #70ACD4;
}
</style>