Shades of Seagull #70BBCA
Tints of Seagull #70BBCA
RGB
CMYK
RGB Variations
Color information
#70BBCA (or 0x70BBCA) is known color: Seagull. HEX triplet: 70, BB and CA. RGB value is (112,187,202). Sum of RGB (Red+Green+Blue) = 112+187+202=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #70BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBCA is #8F4435. Grayscale: #A6A6A6. Windows color (decimal): -9389110 or 13286256. OLE color: 13286256.
HSL color Cylindrical-coordinate representation of color #70BBCA: hue angle of 190º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70BBCA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 187 | 202 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.21 |
| HSL | 190º | 0.46% | 0.62% | - |
| HSV(B) | 190º | 0.45% | 0.79% | - |
| XYZ | 35.11 | 43.25 | 62.37 | - |
| YUV | 166.29 | 148.15 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 202 | 0.45 | 0.07 | 0 | 0.21 | 190 | 0.46 | 0.62 |
| Hex | 70 | BB | CA | 2D | 7 | 0 | 15 | BE | 2E | 3E |
| Octal | 160 | 273 | 312 | 55 | 7 | 0 | 25 | 276 | 56 | 76 |
| Binary | 1110000 | 10111011 | 11001010 | 101101 | 111 | 0 | 10101 | 10111110 | 101110 | 111110 |
Color Harmonies of #70BBCA
Complementary color
Monochromatic Colors of #70BBCA
Black with #70BBCA
Text Example
Text Example
White with #70BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBCA; }
p { color: rgb(112,187,202); }
H1.HeaderClassName
{
color: #70BBCA;
}
.AnyTagClassName
{
color: #70BBCA;
}
</style>
background-color css
<style>
a { background-color: #70BBCA; }
a { background-color: rgb(112,187,202); }
div.DivClassName
{
background-color: #70BBCA;
}
.BgClassName
{
background-color: #70BBCA;
}
</style>
border-color css
<style>
span { border-color: #70BBCA; }
span { border-color: rgb(112,187,202); }
td.TdClassName
{
border-color: #70BBCA;
}
.TagClassName
{
border-color: #70BBCA;
}
</style>