Shades of Seagull #70BEDB
Tints of Seagull #70BEDB
RGB
CMYK
RGB Variations
Color information
#70BEDB (or 0x70BEDB) is known color: Seagull. HEX triplet: 70, BE and DB. RGB value is (112,190,219). Sum of RGB (Red+Green+Blue) = 112+190+219=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #70BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEDB is #8F4124. Grayscale: #A9A9A9. Windows color (decimal): -9388325 or 14401136. OLE color: 14401136.
HSL color Cylindrical-coordinate representation of color #70BEDB: hue angle of 196.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70BEDB is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 190 | 219 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.14 |
| HSL | 196.26º | 0.6% | 0.65% | - |
| HSV(B) | 196.26º | 0.49% | 0.86% | - |
| XYZ | 37.88 | 45.39 | 73.78 | - |
| YUV | 169.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 219 | 0.49 | 0.13 | 0 | 0.14 | 196.26 | 0.6 | 0.65 |
| Hex | 70 | BE | DB | 31 | D | 0 | E | C4 | 3C | 41 |
| Octal | 160 | 276 | 333 | 61 | 15 | 0 | 16 | 304 | 74 | 101 |
| Binary | 1110000 | 10111110 | 11011011 | 110001 | 1101 | 0 | 1110 | 11000100 | 111100 | 1000001 |
Color Harmonies of #70BEDB
Complementary color
Monochromatic Colors of #70BEDB
Black with #70BEDB
Text Example
Text Example
White with #70BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEDB; }
p { color: rgb(112,190,219); }
H1.HeaderClassName
{
color: #70BEDB;
}
.AnyTagClassName
{
color: #70BEDB;
}
</style>
background-color css
<style>
a { background-color: #70BEDB; }
a { background-color: rgb(112,190,219); }
div.DivClassName
{
background-color: #70BEDB;
}
.BgClassName
{
background-color: #70BEDB;
}
</style>
border-color css
<style>
span { border-color: #70BEDB; }
span { border-color: rgb(112,190,219); }
td.TdClassName
{
border-color: #70BEDB;
}
.TagClassName
{
border-color: #70BEDB;
}
</style>