Shades of Seagull #70B6CC
Tints of Seagull #70B6CC
RGB
CMYK
RGB Variations
Color information
#70B6CC (or 0x70B6CC) is known color: Seagull. HEX triplet: 70, B6 and CC. RGB value is (112,182,204). Sum of RGB (Red+Green+Blue) = 112+182+204=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #70B6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B6CC is #8F4933. Grayscale: #A3A3A3. Windows color (decimal): -9390388 or 13416048. OLE color: 13416048.
HSL color Cylindrical-coordinate representation of color #70B6CC: hue angle of 194.35º 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 #70B6CC is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 182 | 204 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.2 |
| HSL | 194.35º | 0.47% | 0.62% | - |
| HSV(B) | 194.35º | 0.45% | 0.8% | - |
| XYZ | 34.31 | 41.26 | 63.28 | - |
| YUV | 163.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 182 | 204 | 0.45 | 0.11 | 0 | 0.2 | 194.35 | 0.47 | 0.62 |
| Hex | 70 | B6 | CC | 2D | B | 0 | 14 | C2 | 2F | 3E |
| Octal | 160 | 266 | 314 | 55 | 13 | 0 | 24 | 302 | 57 | 76 |
| Binary | 1110000 | 10110110 | 11001100 | 101101 | 1011 | 0 | 10100 | 11000010 | 101111 | 111110 |
Color Harmonies of #70B6CC
Complementary color
Monochromatic Colors of #70B6CC
Black with #70B6CC
Text Example
Text Example
White with #70B6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B6CC; }
p { color: rgb(112,182,204); }
H1.HeaderClassName
{
color: #70B6CC;
}
.AnyTagClassName
{
color: #70B6CC;
}
</style>
background-color css
<style>
a { background-color: #70B6CC; }
a { background-color: rgb(112,182,204); }
div.DivClassName
{
background-color: #70B6CC;
}
.BgClassName
{
background-color: #70B6CC;
}
</style>
border-color css
<style>
span { border-color: #70B6CC; }
span { border-color: rgb(112,182,204); }
td.TdClassName
{
border-color: #70B6CC;
}
.TagClassName
{
border-color: #70B6CC;
}
</style>