Shades of Seagull #70B7CD
Tints of Seagull #70B7CD
RGB
CMYK
RGB Variations
Color information
#70B7CD (or 0x70B7CD) is known color: Seagull. HEX triplet: 70, B7 and CD. RGB value is (112,183,205). Sum of RGB (Red+Green+Blue) = 112+183+205=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #70B7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B7CD is #8F4832. Grayscale: #A4A4A4. Windows color (decimal): -9390131 or 13481840. OLE color: 13481840.
HSL color Cylindrical-coordinate representation of color #70B7CD: hue angle of 194.19º degrees, saturation: 0.48, 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 #70B7CD is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 183 | 205 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.20 |
| HSL | 194.19º | 0.48% | 0.62% | - |
| HSV(B) | 194.19º | 0.45% | 0.8% | - |
| XYZ | 34.64 | 41.72 | 63.98 | - |
| YUV | 164.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 205 | 0.45 | 0.11 | 0 | 0.20 | 194.19 | 0.48 | 0.62 |
| Hex | 70 | B7 | CD | 2D | B | 0 | 14 | C2 | 30 | 3E |
| Octal | 160 | 267 | 315 | 55 | 13 | 0 | 24 | 302 | 60 | 76 |
| Binary | 1110000 | 10110111 | 11001101 | 101101 | 1011 | 0 | 10100 | 11000010 | 110000 | 111110 |
Color Harmonies of #70B7CD
Complementary color
Monochromatic Colors of #70B7CD
Black with #70B7CD
Text Example
Text Example
White with #70B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B7CD; }
p { color: rgb(112,183,205); }
H1.HeaderClassName
{
color: #70B7CD;
}
.AnyTagClassName
{
color: #70B7CD;
}
</style>
background-color css
<style>
a { background-color: #70B7CD; }
a { background-color: rgb(112,183,205); }
div.DivClassName
{
background-color: #70B7CD;
}
.BgClassName
{
background-color: #70B7CD;
}
</style>
border-color css
<style>
span { border-color: #70B7CD; }
span { border-color: rgb(112,183,205); }
td.TdClassName
{
border-color: #70B7CD;
}
.TagClassName
{
border-color: #70B7CD;
}
</style>