Shades of Seagull #70BDD5
Tints of Seagull #70BDD5
RGB
CMYK
RGB Variations
Color information
#70BDD5 (or 0x70BDD5) is known color: Seagull. HEX triplet: 70, BD and D5. RGB value is (112,189,213). Sum of RGB (Red+Green+Blue) = 112+189+213=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #70BDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDD5 is #8F422A. Grayscale: #A8A8A8. Windows color (decimal): -9388587 or 14007664. OLE color: 14007664.
HSL color Cylindrical-coordinate representation of color #70BDD5: hue angle of 194.26º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70BDD5 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 189 | 213 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.16 |
| HSL | 194.26º | 0.55% | 0.64% | - |
| HSV(B) | 194.26º | 0.47% | 0.84% | - |
| XYZ | 36.89 | 44.64 | 69.62 | - |
| YUV | 168.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 213 | 0.47 | 0.11 | 0 | 0.16 | 194.26 | 0.55 | 0.64 |
| Hex | 70 | BD | D5 | 2F | B | 0 | 10 | C2 | 37 | 40 |
| Octal | 160 | 275 | 325 | 57 | 13 | 0 | 20 | 302 | 67 | 100 |
| Binary | 1110000 | 10111101 | 11010101 | 101111 | 1011 | 0 | 10000 | 11000010 | 110111 | 1000000 |
Color Harmonies of #70BDD5
Complementary color
Monochromatic Colors of #70BDD5
Black with #70BDD5
Text Example
Text Example
White with #70BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDD5; }
p { color: rgb(112,189,213); }
H1.HeaderClassName
{
color: #70BDD5;
}
.AnyTagClassName
{
color: #70BDD5;
}
</style>
background-color css
<style>
a { background-color: #70BDD5; }
a { background-color: rgb(112,189,213); }
div.DivClassName
{
background-color: #70BDD5;
}
.BgClassName
{
background-color: #70BDD5;
}
</style>
border-color css
<style>
span { border-color: #70BDD5; }
span { border-color: rgb(112,189,213); }
td.TdClassName
{
border-color: #70BDD5;
}
.TagClassName
{
border-color: #70BDD5;
}
</style>