Shades of Seagull #70ADCB
Tints of Seagull #70ADCB
RGB
CMYK
RGB Variations
Color information
#70ADCB (or 0x70ADCB) is known color: Seagull. HEX triplet: 70, AD and CB. RGB value is (112,173,203). Sum of RGB (Red+Green+Blue) = 112+173+203=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #70ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADCB is #8F5234. Grayscale: #9E9E9E. Windows color (decimal): -9392693 or 13348208. OLE color: 13348208.
HSL color Cylindrical-coordinate representation of color #70ADCB: hue angle of 199.78º 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 #70ADCB is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 173 | 203 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.20 |
| HSL | 199.78º | 0.47% | 0.62% | - |
| HSV(B) | 199.78º | 0.45% | 0.8% | - |
| XYZ | 32.41 | 37.64 | 62.06 | - |
| YUV | 158.18 | 153.29 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 203 | 0.45 | 0.15 | 0 | 0.20 | 199.78 | 0.47 | 0.62 |
| Hex | 70 | AD | CB | 2D | F | 0 | 14 | C8 | 2F | 3E |
| Octal | 160 | 255 | 313 | 55 | 17 | 0 | 24 | 310 | 57 | 76 |
| Binary | 1110000 | 10101101 | 11001011 | 101101 | 1111 | 0 | 10100 | 11001000 | 101111 | 111110 |
Color Harmonies of #70ADCB
Complementary color
Monochromatic Colors of #70ADCB
Black with #70ADCB
Text Example
Text Example
White with #70ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADCB; }
p { color: rgb(112,173,203); }
H1.HeaderClassName
{
color: #70ADCB;
}
.AnyTagClassName
{
color: #70ADCB;
}
</style>
background-color css
<style>
a { background-color: #70ADCB; }
a { background-color: rgb(112,173,203); }
div.DivClassName
{
background-color: #70ADCB;
}
.BgClassName
{
background-color: #70ADCB;
}
</style>
border-color css
<style>
span { border-color: #70ADCB; }
span { border-color: rgb(112,173,203); }
td.TdClassName
{
border-color: #70ADCB;
}
.TagClassName
{
border-color: #70ADCB;
}
</style>