Shades of Seagull #70BEC8
Tints of Seagull #70BEC8
RGB
CMYK
RGB Variations
Color information
#70BEC8 (or 0x70BEC8) is known color: Seagull. HEX triplet: 70, BE and C8. RGB value is (112,190,200). Sum of RGB (Red+Green+Blue) = 112+190+200=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 200 - color contains mainly: blue. Hex color #70BEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEC8 is #8F4137. Grayscale: #A7A7A7. Windows color (decimal): -9388344 or 13155952. OLE color: 13155952.
HSL color Cylindrical-coordinate representation of color #70BEC8: hue angle of 186.82º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70BEC8 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 190 | 200 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.22 |
| HSL | 186.82º | 0.44% | 0.61% | - |
| HSV(B) | 186.82º | 0.44% | 0.78% | - |
| XYZ | 35.52 | 44.44 | 61.35 | - |
| YUV | 167.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 200 | 0.44 | 0.05 | 0 | 0.22 | 186.82 | 0.44 | 0.61 |
| Hex | 70 | BE | C8 | 2C | 5 | 0 | 16 | BB | 2C | 3D |
| Octal | 160 | 276 | 310 | 54 | 5 | 0 | 26 | 273 | 54 | 75 |
| Binary | 1110000 | 10111110 | 11001000 | 101100 | 101 | 0 | 10110 | 10111011 | 101100 | 111101 |
Color Harmonies of #70BEC8
Complementary color
Monochromatic Colors of #70BEC8
Black with #70BEC8
Text Example
Text Example
White with #70BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEC8; }
p { color: rgb(112,190,200); }
H1.HeaderClassName
{
color: #70BEC8;
}
.AnyTagClassName
{
color: #70BEC8;
}
</style>
background-color css
<style>
a { background-color: #70BEC8; }
a { background-color: rgb(112,190,200); }
div.DivClassName
{
background-color: #70BEC8;
}
.BgClassName
{
background-color: #70BEC8;
}
</style>
border-color css
<style>
span { border-color: #70BEC8; }
span { border-color: rgb(112,190,200); }
td.TdClassName
{
border-color: #70BEC8;
}
.TagClassName
{
border-color: #70BEC8;
}
</style>