Shades of Seagull #70C1D7
Tints of Seagull #70C1D7
RGB
CMYK
RGB Variations
Color information
#70C1D7 (or 0x70C1D7) is known color: Seagull. HEX triplet: 70, C1 and D7. RGB value is (112,193,215). Sum of RGB (Red+Green+Blue) = 112+193+215=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #70C1D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C1D7 is #8F3E28. Grayscale: #ABABAB. Windows color (decimal): -9387561 or 14139760. OLE color: 14139760.
HSL color Cylindrical-coordinate representation of color #70C1D7: hue angle of 192.82º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70C1D7 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 193 | 215 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.16 |
| HSL | 192.82º | 0.56% | 0.64% | - |
| HSV(B) | 192.82º | 0.48% | 0.84% | - |
| XYZ | 38.02 | 46.49 | 71.26 | - |
| YUV | 171.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 215 | 0.48 | 0.10 | 0 | 0.16 | 192.82 | 0.56 | 0.64 |
| Hex | 70 | C1 | D7 | 30 | A | 0 | 10 | C1 | 38 | 40 |
| Octal | 160 | 301 | 327 | 60 | 12 | 0 | 20 | 301 | 70 | 100 |
| Binary | 1110000 | 11000001 | 11010111 | 110000 | 1010 | 0 | 10000 | 11000001 | 111000 | 1000000 |
Color Harmonies of #70C1D7
Complementary color
Monochromatic Colors of #70C1D7
Black with #70C1D7
Text Example
Text Example
White with #70C1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C1D7; }
p { color: rgb(112,193,215); }
H1.HeaderClassName
{
color: #70C1D7;
}
.AnyTagClassName
{
color: #70C1D7;
}
</style>
background-color css
<style>
a { background-color: #70C1D7; }
a { background-color: rgb(112,193,215); }
div.DivClassName
{
background-color: #70C1D7;
}
.BgClassName
{
background-color: #70C1D7;
}
</style>
border-color css
<style>
span { border-color: #70C1D7; }
span { border-color: rgb(112,193,215); }
td.TdClassName
{
border-color: #70C1D7;
}
.TagClassName
{
border-color: #70C1D7;
}
</style>