Shades of Seagull #70BECC
Tints of Seagull #70BECC
RGB
CMYK
RGB Variations
Color information
#70BECC (or 0x70BECC) is known color: Seagull. HEX triplet: 70, BE and CC. RGB value is (112,190,204). Sum of RGB (Red+Green+Blue) = 112+190+204=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #70BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BECC is #8F4133. Grayscale: #A8A8A8. Windows color (decimal): -9388340 or 13418096. OLE color: 13418096.
HSL color Cylindrical-coordinate representation of color #70BECC: hue angle of 189.13º degrees, saturation: 0.47, 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 #70BECC is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 190 | 204 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.2 |
| HSL | 189.13º | 0.47% | 0.62% | - |
| HSV(B) | 189.13º | 0.45% | 0.8% | - |
| XYZ | 35.99 | 44.63 | 63.84 | - |
| YUV | 168.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 204 | 0.45 | 0.07 | 0 | 0.2 | 189.13 | 0.47 | 0.62 |
| Hex | 70 | BE | CC | 2D | 7 | 0 | 14 | BD | 2F | 3E |
| Octal | 160 | 276 | 314 | 55 | 7 | 0 | 24 | 275 | 57 | 76 |
| Binary | 1110000 | 10111110 | 11001100 | 101101 | 111 | 0 | 10100 | 10111101 | 101111 | 111110 |
Color Harmonies of #70BECC
Complementary color
Monochromatic Colors of #70BECC
Black with #70BECC
Text Example
Text Example
White with #70BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BECC; }
p { color: rgb(112,190,204); }
H1.HeaderClassName
{
color: #70BECC;
}
.AnyTagClassName
{
color: #70BECC;
}
</style>
background-color css
<style>
a { background-color: #70BECC; }
a { background-color: rgb(112,190,204); }
div.DivClassName
{
background-color: #70BECC;
}
.BgClassName
{
background-color: #70BECC;
}
</style>
border-color css
<style>
span { border-color: #70BECC; }
span { border-color: rgb(112,190,204); }
td.TdClassName
{
border-color: #70BECC;
}
.TagClassName
{
border-color: #70BECC;
}
</style>