Shades of Seagull #70BFD5
Tints of Seagull #70BFD5
RGB
CMYK
RGB Variations
Color information
#70BFD5 (or 0x70BFD5) is known color: Seagull. HEX triplet: 70, BF and D5. RGB value is (112,191,213). Sum of RGB (Red+Green+Blue) = 112+191+213=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #70BFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFD5 is #8F402A. Grayscale: #A9A9A9. Windows color (decimal): -9388075 or 14008176. OLE color: 14008176.
HSL color Cylindrical-coordinate representation of color #70BFD5: hue angle of 193.07º 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 #70BFD5 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 191 | 213 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.16 |
| HSL | 193.07º | 0.55% | 0.64% | - |
| HSV(B) | 193.07º | 0.47% | 0.84% | - |
| XYZ | 37.32 | 45.51 | 69.77 | - |
| YUV | 169.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 213 | 0.47 | 0.10 | 0 | 0.16 | 193.07 | 0.55 | 0.64 |
| Hex | 70 | BF | D5 | 2F | A | 0 | 10 | C1 | 37 | 40 |
| Octal | 160 | 277 | 325 | 57 | 12 | 0 | 20 | 301 | 67 | 100 |
| Binary | 1110000 | 10111111 | 11010101 | 101111 | 1010 | 0 | 10000 | 11000001 | 110111 | 1000000 |
Color Harmonies of #70BFD5
Complementary color
Monochromatic Colors of #70BFD5
Black with #70BFD5
Text Example
Text Example
White with #70BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFD5; }
p { color: rgb(112,191,213); }
H1.HeaderClassName
{
color: #70BFD5;
}
.AnyTagClassName
{
color: #70BFD5;
}
</style>
background-color css
<style>
a { background-color: #70BFD5; }
a { background-color: rgb(112,191,213); }
div.DivClassName
{
background-color: #70BFD5;
}
.BgClassName
{
background-color: #70BFD5;
}
</style>
border-color css
<style>
span { border-color: #70BFD5; }
span { border-color: rgb(112,191,213); }
td.TdClassName
{
border-color: #70BFD5;
}
.TagClassName
{
border-color: #70BFD5;
}
</style>