Shades of Seagull #70B7D9
Tints of Seagull #70B7D9
RGB
CMYK
RGB Variations
Color information
#70B7D9 (or 0x70B7D9) is known color: Seagull. HEX triplet: 70, B7 and D9. RGB value is (112,183,217). Sum of RGB (Red+Green+Blue) = 112+183+217=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #70B7D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B7D9 is #8F4826. Grayscale: #A5A5A5. Windows color (decimal): -9390119 or 14268272. OLE color: 14268272.
HSL color Cylindrical-coordinate representation of color #70B7D9: hue angle of 199.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70B7D9 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 183 | 217 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.15 |
| HSL | 199.43º | 0.58% | 0.65% | - |
| HSV(B) | 199.43º | 0.48% | 0.85% | - |
| XYZ | 36.14 | 42.32 | 71.91 | - |
| YUV | 165.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 217 | 0.48 | 0.16 | 0 | 0.15 | 199.43 | 0.58 | 0.65 |
| Hex | 70 | B7 | D9 | 30 | 10 | 0 | F | C7 | 3A | 41 |
| Octal | 160 | 267 | 331 | 60 | 20 | 0 | 17 | 307 | 72 | 101 |
| Binary | 1110000 | 10110111 | 11011001 | 110000 | 10000 | 0 | 1111 | 11000111 | 111010 | 1000001 |
Color Harmonies of #70B7D9
Complementary color
Monochromatic Colors of #70B7D9
Black with #70B7D9
Text Example
Text Example
White with #70B7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B7D9; }
p { color: rgb(112,183,217); }
H1.HeaderClassName
{
color: #70B7D9;
}
.AnyTagClassName
{
color: #70B7D9;
}
</style>
background-color css
<style>
a { background-color: #70B7D9; }
a { background-color: rgb(112,183,217); }
div.DivClassName
{
background-color: #70B7D9;
}
.BgClassName
{
background-color: #70B7D9;
}
</style>
border-color css
<style>
span { border-color: #70B7D9; }
span { border-color: rgb(112,183,217); }
td.TdClassName
{
border-color: #70B7D9;
}
.TagClassName
{
border-color: #70B7D9;
}
</style>