Shades of Seagull #70BFD3
Tints of Seagull #70BFD3
RGB
CMYK
RGB Variations
Color information
#70BFD3 (or 0x70BFD3) is known color: Seagull. HEX triplet: 70, BF and D3. RGB value is (112,191,211). Sum of RGB (Red+Green+Blue) = 112+191+211=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #70BFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFD3 is #8F402C. Grayscale: #A9A9A9. Windows color (decimal): -9388077 or 13877104. OLE color: 13877104.
HSL color Cylindrical-coordinate representation of color #70BFD3: hue angle of 192.12º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70BFD3 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 191 | 211 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.17 |
| HSL | 192.12º | 0.53% | 0.63% | - |
| HSV(B) | 192.12º | 0.47% | 0.83% | - |
| XYZ | 37.07 | 45.41 | 68.44 | - |
| YUV | 169.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 211 | 0.47 | 0.09 | 0 | 0.17 | 192.12 | 0.53 | 0.63 |
| Hex | 70 | BF | D3 | 2F | 9 | 0 | 11 | C0 | 35 | 3F |
| Octal | 160 | 277 | 323 | 57 | 11 | 0 | 21 | 300 | 65 | 77 |
| Binary | 1110000 | 10111111 | 11010011 | 101111 | 1001 | 0 | 10001 | 11000000 | 110101 | 111111 |
Color Harmonies of #70BFD3
Complementary color
Monochromatic Colors of #70BFD3
Black with #70BFD3
Text Example
Text Example
White with #70BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFD3; }
p { color: rgb(112,191,211); }
H1.HeaderClassName
{
color: #70BFD3;
}
.AnyTagClassName
{
color: #70BFD3;
}
</style>
background-color css
<style>
a { background-color: #70BFD3; }
a { background-color: rgb(112,191,211); }
div.DivClassName
{
background-color: #70BFD3;
}
.BgClassName
{
background-color: #70BFD3;
}
</style>
border-color css
<style>
span { border-color: #70BFD3; }
span { border-color: rgb(112,191,211); }
td.TdClassName
{
border-color: #70BFD3;
}
.TagClassName
{
border-color: #70BFD3;
}
</style>