Shades of Seagull #70BBCD
Tints of Seagull #70BBCD
RGB
CMYK
RGB Variations
Color information
#70BBCD (or 0x70BBCD) is known color: Seagull. HEX triplet: 70, BB and CD. RGB value is (112,187,205). Sum of RGB (Red+Green+Blue) = 112+187+205=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #70BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBCD is #8F4432. Grayscale: #A6A6A6. Windows color (decimal): -9389107 or 13482864. OLE color: 13482864.
HSL color Cylindrical-coordinate representation of color #70BBCD: hue angle of 191.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70BBCD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 187 | 205 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.20 |
| HSL | 191.61º | 0.48% | 0.62% | - |
| HSV(B) | 191.61º | 0.45% | 0.8% | - |
| XYZ | 35.47 | 43.39 | 64.26 | - |
| YUV | 166.63 | 149.65 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 205 | 0.45 | 0.09 | 0 | 0.20 | 191.61 | 0.48 | 0.62 |
| Hex | 70 | BB | CD | 2D | 9 | 0 | 14 | C0 | 30 | 3E |
| Octal | 160 | 273 | 315 | 55 | 11 | 0 | 24 | 300 | 60 | 76 |
| Binary | 1110000 | 10111011 | 11001101 | 101101 | 1001 | 0 | 10100 | 11000000 | 110000 | 111110 |
Color Harmonies of #70BBCD
Complementary color
Monochromatic Colors of #70BBCD
Black with #70BBCD
Text Example
Text Example
White with #70BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBCD; }
p { color: rgb(112,187,205); }
H1.HeaderClassName
{
color: #70BBCD;
}
.AnyTagClassName
{
color: #70BBCD;
}
</style>
background-color css
<style>
a { background-color: #70BBCD; }
a { background-color: rgb(112,187,205); }
div.DivClassName
{
background-color: #70BBCD;
}
.BgClassName
{
background-color: #70BBCD;
}
</style>
border-color css
<style>
span { border-color: #70BBCD; }
span { border-color: rgb(112,187,205); }
td.TdClassName
{
border-color: #70BBCD;
}
.TagClassName
{
border-color: #70BBCD;
}
</style>