Shades of Seagull #70BFCF
Tints of Seagull #70BFCF
RGB
CMYK
RGB Variations
Color information
#70BFCF (or 0x70BFCF) is known color: Seagull. HEX triplet: 70, BF and CF. RGB value is (112,191,207). Sum of RGB (Red+Green+Blue) = 112+191+207=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #70BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFCF is #8F4030. Grayscale: #A9A9A9. Windows color (decimal): -9388081 or 13614960. OLE color: 13614960.
HSL color Cylindrical-coordinate representation of color #70BFCF: hue angle of 190.11º 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 #70BFCF is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 191 | 207 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.19 |
| HSL | 190.11º | 0.5% | 0.63% | - |
| HSV(B) | 190.11º | 0.46% | 0.81% | - |
| XYZ | 36.58 | 45.21 | 65.83 | - |
| YUV | 169.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 207 | 0.46 | 0.08 | 0 | 0.19 | 190.11 | 0.5 | 0.63 |
| Hex | 70 | BF | CF | 2E | 8 | 0 | 13 | BE | 32 | 3F |
| Octal | 160 | 277 | 317 | 56 | 10 | 0 | 23 | 276 | 62 | 77 |
| Binary | 1110000 | 10111111 | 11001111 | 101110 | 1000 | 0 | 10011 | 10111110 | 110010 | 111111 |
Color Harmonies of #70BFCF
Complementary color
Monochromatic Colors of #70BFCF
Black with #70BFCF
Text Example
Text Example
White with #70BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFCF; }
p { color: rgb(112,191,207); }
H1.HeaderClassName
{
color: #70BFCF;
}
.AnyTagClassName
{
color: #70BFCF;
}
</style>
background-color css
<style>
a { background-color: #70BFCF; }
a { background-color: rgb(112,191,207); }
div.DivClassName
{
background-color: #70BFCF;
}
.BgClassName
{
background-color: #70BFCF;
}
</style>
border-color css
<style>
span { border-color: #70BFCF; }
span { border-color: rgb(112,191,207); }
td.TdClassName
{
border-color: #70BFCF;
}
.TagClassName
{
border-color: #70BFCF;
}
</style>