Shades of Seagull #70BCCF
Tints of Seagull #70BCCF
RGB
CMYK
RGB Variations
Color information
#70BCCF (or 0x70BCCF) is known color: Seagull. HEX triplet: 70, BC and CF. RGB value is (112,188,207). Sum of RGB (Red+Green+Blue) = 112+188+207=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #70BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCCF is #8F4330. Grayscale: #A7A7A7. Windows color (decimal): -9388849 or 13614192. OLE color: 13614192.
HSL color Cylindrical-coordinate representation of color #70BCCF: hue angle of 192º 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 #70BCCF is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 188 | 207 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.19 |
| HSL | 192º | 0.5% | 0.63% | - |
| HSV(B) | 192º | 0.46% | 0.81% | - |
| XYZ | 35.93 | 43.92 | 65.61 | - |
| YUV | 167.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 207 | 0.46 | 0.09 | 0 | 0.19 | 192 | 0.5 | 0.63 |
| Hex | 70 | BC | CF | 2E | 9 | 0 | 13 | C0 | 32 | 3F |
| Octal | 160 | 274 | 317 | 56 | 11 | 0 | 23 | 300 | 62 | 77 |
| Binary | 1110000 | 10111100 | 11001111 | 101110 | 1001 | 0 | 10011 | 11000000 | 110010 | 111111 |
Color Harmonies of #70BCCF
Complementary color
Monochromatic Colors of #70BCCF
Black with #70BCCF
Text Example
Text Example
White with #70BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCCF; }
p { color: rgb(112,188,207); }
H1.HeaderClassName
{
color: #70BCCF;
}
.AnyTagClassName
{
color: #70BCCF;
}
</style>
background-color css
<style>
a { background-color: #70BCCF; }
a { background-color: rgb(112,188,207); }
div.DivClassName
{
background-color: #70BCCF;
}
.BgClassName
{
background-color: #70BCCF;
}
</style>
border-color css
<style>
span { border-color: #70BCCF; }
span { border-color: rgb(112,188,207); }
td.TdClassName
{
border-color: #70BCCF;
}
.TagClassName
{
border-color: #70BCCF;
}
</style>