Shades of Seagull #70B9CF
Tints of Seagull #70B9CF
RGB
CMYK
RGB Variations
Color information
#70B9CF (or 0x70B9CF) is known color: Seagull. HEX triplet: 70, B9 and CF. RGB value is (112,185,207). Sum of RGB (Red+Green+Blue) = 112+185+207=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #70B9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B9CF is #8F4630. Grayscale: #A5A5A5. Windows color (decimal): -9389617 or 13613424. OLE color: 13613424.
HSL color Cylindrical-coordinate representation of color #70B9CF: hue angle of 193.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70B9CF is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 185 | 207 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.19 |
| HSL | 193.89º | 0.5% | 0.63% | - |
| HSV(B) | 193.89º | 0.46% | 0.81% | - |
| XYZ | 35.29 | 42.65 | 65.4 | - |
| YUV | 165.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 207 | 0.46 | 0.11 | 0 | 0.19 | 193.89 | 0.5 | 0.63 |
| Hex | 70 | B9 | CF | 2E | B | 0 | 13 | C2 | 32 | 3F |
| Octal | 160 | 271 | 317 | 56 | 13 | 0 | 23 | 302 | 62 | 77 |
| Binary | 1110000 | 10111001 | 11001111 | 101110 | 1011 | 0 | 10011 | 11000010 | 110010 | 111111 |
Color Harmonies of #70B9CF
Complementary color
Monochromatic Colors of #70B9CF
Black with #70B9CF
Text Example
Text Example
White with #70B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B9CF; }
p { color: rgb(112,185,207); }
H1.HeaderClassName
{
color: #70B9CF;
}
.AnyTagClassName
{
color: #70B9CF;
}
</style>
background-color css
<style>
a { background-color: #70B9CF; }
a { background-color: rgb(112,185,207); }
div.DivClassName
{
background-color: #70B9CF;
}
.BgClassName
{
background-color: #70B9CF;
}
</style>
border-color css
<style>
span { border-color: #70B9CF; }
span { border-color: rgb(112,185,207); }
td.TdClassName
{
border-color: #70B9CF;
}
.TagClassName
{
border-color: #70B9CF;
}
</style>