Shades of Seagull #70BCD7
Tints of Seagull #70BCD7
RGB
CMYK
RGB Variations
Color information
#70BCD7 (or 0x70BCD7) is known color: Seagull. HEX triplet: 70, BC and D7. RGB value is (112,188,215). Sum of RGB (Red+Green+Blue) = 112+188+215=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #70BCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCD7 is #8F4328. Grayscale: #A8A8A8. Windows color (decimal): -9388841 or 14138480. OLE color: 14138480.
HSL color Cylindrical-coordinate representation of color #70BCD7: hue angle of 195.73º 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 #70BCD7 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 188 | 215 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.16 |
| HSL | 195.73º | 0.56% | 0.64% | - |
| HSV(B) | 195.73º | 0.48% | 0.84% | - |
| XYZ | 36.93 | 44.32 | 70.9 | - |
| YUV | 168.35 | 154.32 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 215 | 0.48 | 0.13 | 0 | 0.16 | 195.73 | 0.56 | 0.64 |
| Hex | 70 | BC | D7 | 30 | D | 0 | 10 | C4 | 38 | 40 |
| Octal | 160 | 274 | 327 | 60 | 15 | 0 | 20 | 304 | 70 | 100 |
| Binary | 1110000 | 10111100 | 11010111 | 110000 | 1101 | 0 | 10000 | 11000100 | 111000 | 1000000 |
Color Harmonies of #70BCD7
Complementary color
Monochromatic Colors of #70BCD7
Black with #70BCD7
Text Example
Text Example
White with #70BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCD7; }
p { color: rgb(112,188,215); }
H1.HeaderClassName
{
color: #70BCD7;
}
.AnyTagClassName
{
color: #70BCD7;
}
</style>
background-color css
<style>
a { background-color: #70BCD7; }
a { background-color: rgb(112,188,215); }
div.DivClassName
{
background-color: #70BCD7;
}
.BgClassName
{
background-color: #70BCD7;
}
</style>
border-color css
<style>
span { border-color: #70BCD7; }
span { border-color: rgb(112,188,215); }
td.TdClassName
{
border-color: #70BCD7;
}
.TagClassName
{
border-color: #70BCD7;
}
</style>