Shades of Seagull #70AFD2
Tints of Seagull #70AFD2
RGB
CMYK
RGB Variations
Color information
#70AFD2 (or 0x70AFD2) is known color: Seagull. HEX triplet: 70, AF and D2. RGB value is (112,175,210). Sum of RGB (Red+Green+Blue) = 112+175+210=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #70AFD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFD2 is #8F502D. Grayscale: #9F9F9F. Windows color (decimal): -9392174 or 13807472. OLE color: 13807472.
HSL color Cylindrical-coordinate representation of color #70AFD2: hue angle of 201.43º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70AFD2 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 175 | 210 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.18 |
| HSL | 201.43º | 0.52% | 0.63% | - |
| HSV(B) | 201.43º | 0.47% | 0.82% | - |
| XYZ | 33.64 | 38.76 | 66.68 | - |
| YUV | 160.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 210 | 0.47 | 0.17 | 0 | 0.18 | 201.43 | 0.52 | 0.63 |
| Hex | 70 | AF | D2 | 2F | 11 | 0 | 12 | C9 | 34 | 3F |
| Octal | 160 | 257 | 322 | 57 | 21 | 0 | 22 | 311 | 64 | 77 |
| Binary | 1110000 | 10101111 | 11010010 | 101111 | 10001 | 0 | 10010 | 11001001 | 110100 | 111111 |
Color Harmonies of #70AFD2
Complementary color
Monochromatic Colors of #70AFD2
Black with #70AFD2
Text Example
Text Example
White with #70AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AFD2; }
p { color: rgb(112,175,210); }
H1.HeaderClassName
{
color: #70AFD2;
}
.AnyTagClassName
{
color: #70AFD2;
}
</style>
background-color css
<style>
a { background-color: #70AFD2; }
a { background-color: rgb(112,175,210); }
div.DivClassName
{
background-color: #70AFD2;
}
.BgClassName
{
background-color: #70AFD2;
}
</style>
border-color css
<style>
span { border-color: #70AFD2; }
span { border-color: rgb(112,175,210); }
td.TdClassName
{
border-color: #70AFD2;
}
.TagClassName
{
border-color: #70AFD2;
}
</style>