Shades of Seagull #70B2D8
Tints of Seagull #70B2D8
RGB
CMYK
RGB Variations
Color information
#70B2D8 (or 0x70B2D8) is known color: Seagull. HEX triplet: 70, B2 and D8. RGB value is (112,178,216). Sum of RGB (Red+Green+Blue) = 112+178+216=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #70B2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B2D8 is #8F4D27. Grayscale: #A2A2A2. Windows color (decimal): -9391400 or 14201456. OLE color: 14201456.
HSL color Cylindrical-coordinate representation of color #70B2D8: hue angle of 201.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70B2D8 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 178 | 216 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.15 |
| HSL | 201.92º | 0.57% | 0.64% | - |
| HSV(B) | 201.92º | 0.48% | 0.85% | - |
| XYZ | 35 | 40.24 | 70.89 | - |
| YUV | 162.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 216 | 0.48 | 0.18 | 0 | 0.15 | 201.92 | 0.57 | 0.64 |
| Hex | 70 | B2 | D8 | 30 | 12 | 0 | F | CA | 39 | 40 |
| Octal | 160 | 262 | 330 | 60 | 22 | 0 | 17 | 312 | 71 | 100 |
| Binary | 1110000 | 10110010 | 11011000 | 110000 | 10010 | 0 | 1111 | 11001010 | 111001 | 1000000 |
Color Harmonies of #70B2D8
Complementary color
Monochromatic Colors of #70B2D8
Black with #70B2D8
Text Example
Text Example
White with #70B2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B2D8; }
p { color: rgb(112,178,216); }
H1.HeaderClassName
{
color: #70B2D8;
}
.AnyTagClassName
{
color: #70B2D8;
}
</style>
background-color css
<style>
a { background-color: #70B2D8; }
a { background-color: rgb(112,178,216); }
div.DivClassName
{
background-color: #70B2D8;
}
.BgClassName
{
background-color: #70B2D8;
}
</style>
border-color css
<style>
span { border-color: #70B2D8; }
span { border-color: rgb(112,178,216); }
td.TdClassName
{
border-color: #70B2D8;
}
.TagClassName
{
border-color: #70B2D8;
}
</style>