Shades of Seagull #84BBCA
Tints of Seagull #84BBCA
RGB
CMYK
RGB Variations
Color information
#84BBCA (or 0x84BBCA) is known color: Seagull. HEX triplet: 84, BB and CA. RGB value is (132,187,202). Sum of RGB (Red+Green+Blue) = 132+187+202=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #84BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBCA is #7B4435. Grayscale: #ACACAC. Windows color (decimal): -8078390 or 13286276. OLE color: 13286276.
HSL color Cylindrical-coordinate representation of color #84BBCA: hue angle of 192.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BBCA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 187 | 202 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.21 |
| HSL | 192.86º | 0.4% | 0.65% | - |
| HSV(B) | 192.86º | 0.35% | 0.79% | - |
| XYZ | 37.95 | 44.71 | 62.51 | - |
| YUV | 172.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 202 | 0.35 | 0.07 | 0 | 0.21 | 192.86 | 0.4 | 0.65 |
| Hex | 84 | BB | CA | 23 | 7 | 0 | 15 | C1 | 28 | 41 |
| Octal | 204 | 273 | 312 | 43 | 7 | 0 | 25 | 301 | 50 | 101 |
| Binary | 10000100 | 10111011 | 11001010 | 100011 | 111 | 0 | 10101 | 11000001 | 101000 | 1000001 |
Color Harmonies of #84BBCA
Complementary color
Monochromatic Colors of #84BBCA
Black with #84BBCA
Text Example
Text Example
White with #84BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBCA; }
p { color: rgb(132,187,202); }
H1.HeaderClassName
{
color: #84BBCA;
}
.AnyTagClassName
{
color: #84BBCA;
}
</style>
background-color css
<style>
a { background-color: #84BBCA; }
a { background-color: rgb(132,187,202); }
div.DivClassName
{
background-color: #84BBCA;
}
.BgClassName
{
background-color: #84BBCA;
}
</style>
border-color css
<style>
span { border-color: #84BBCA; }
span { border-color: rgb(132,187,202); }
td.TdClassName
{
border-color: #84BBCA;
}
.TagClassName
{
border-color: #84BBCA;
}
</style>