Shades of Seagull #70BDD7
Tints of Seagull #70BDD7
RGB
CMYK
RGB Variations
Color information
#70BDD7 (or 0x70BDD7) is known color: Seagull. HEX triplet: 70, BD and D7. RGB value is (112,189,215). Sum of RGB (Red+Green+Blue) = 112+189+215=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #70BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDD7 is #8F4228. Grayscale: #A8A8A8. Windows color (decimal): -9388585 or 14138736. OLE color: 14138736.
HSL color Cylindrical-coordinate representation of color #70BDD7: hue angle of 195.15º 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 #70BDD7 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 189 | 215 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.16 |
| HSL | 195.15º | 0.56% | 0.64% | - |
| HSV(B) | 195.15º | 0.48% | 0.84% | - |
| XYZ | 37.15 | 44.75 | 70.97 | - |
| YUV | 168.94 | 153.99 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 215 | 0.48 | 0.12 | 0 | 0.16 | 195.15 | 0.56 | 0.64 |
| Hex | 70 | BD | D7 | 30 | C | 0 | 10 | C3 | 38 | 40 |
| Octal | 160 | 275 | 327 | 60 | 14 | 0 | 20 | 303 | 70 | 100 |
| Binary | 1110000 | 10111101 | 11010111 | 110000 | 1100 | 0 | 10000 | 11000011 | 111000 | 1000000 |
Color Harmonies of #70BDD7
Complementary color
Monochromatic Colors of #70BDD7
Black with #70BDD7
Text Example
Text Example
White with #70BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDD7; }
p { color: rgb(112,189,215); }
H1.HeaderClassName
{
color: #70BDD7;
}
.AnyTagClassName
{
color: #70BDD7;
}
</style>
background-color css
<style>
a { background-color: #70BDD7; }
a { background-color: rgb(112,189,215); }
div.DivClassName
{
background-color: #70BDD7;
}
.BgClassName
{
background-color: #70BDD7;
}
</style>
border-color css
<style>
span { border-color: #70BDD7; }
span { border-color: rgb(112,189,215); }
td.TdClassName
{
border-color: #70BDD7;
}
.TagClassName
{
border-color: #70BDD7;
}
</style>