Shades of Seagull #70BDCE
Tints of Seagull #70BDCE
RGB
CMYK
RGB Variations
Color information
#70BDCE (or 0x70BDCE) is known color: Seagull. HEX triplet: 70, BD and CE. RGB value is (112,189,206). Sum of RGB (Red+Green+Blue) = 112+189+206=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #70BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDCE is #8F4231. Grayscale: #A7A7A7. Windows color (decimal): -9388594 or 13548912. OLE color: 13548912.
HSL color Cylindrical-coordinate representation of color #70BDCE: hue angle of 190.85º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70BDCE is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 189 | 206 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.19 |
| HSL | 190.85º | 0.49% | 0.62% | - |
| HSV(B) | 190.85º | 0.46% | 0.81% | - |
| XYZ | 36.02 | 44.3 | 65.04 | - |
| YUV | 167.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 206 | 0.46 | 0.08 | 0 | 0.19 | 190.85 | 0.49 | 0.62 |
| Hex | 70 | BD | CE | 2E | 8 | 0 | 13 | BF | 31 | 3E |
| Octal | 160 | 275 | 316 | 56 | 10 | 0 | 23 | 277 | 61 | 76 |
| Binary | 1110000 | 10111101 | 11001110 | 101110 | 1000 | 0 | 10011 | 10111111 | 110001 | 111110 |
Color Harmonies of #70BDCE
Complementary color
Monochromatic Colors of #70BDCE
Black with #70BDCE
Text Example
Text Example
White with #70BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDCE; }
p { color: rgb(112,189,206); }
H1.HeaderClassName
{
color: #70BDCE;
}
.AnyTagClassName
{
color: #70BDCE;
}
</style>
background-color css
<style>
a { background-color: #70BDCE; }
a { background-color: rgb(112,189,206); }
div.DivClassName
{
background-color: #70BDCE;
}
.BgClassName
{
background-color: #70BDCE;
}
</style>
border-color css
<style>
span { border-color: #70BDCE; }
span { border-color: rgb(112,189,206); }
td.TdClassName
{
border-color: #70BDCE;
}
.TagClassName
{
border-color: #70BDCE;
}
</style>