Shades of Seagull #84BCCA
Tints of Seagull #84BCCA
RGB
CMYK
RGB Variations
Color information
#84BCCA (or 0x84BCCA) is known color: Seagull. HEX triplet: 84, BC and CA. RGB value is (132,188,202). Sum of RGB (Red+Green+Blue) = 132+188+202=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #84BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCCA is #7B4335. Grayscale: #ACACAC. Windows color (decimal): -8078134 or 13286532. OLE color: 13286532.
HSL color Cylindrical-coordinate representation of color #84BCCA: hue angle of 192º 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 #84BCCA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 188 | 202 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.21 |
| HSL | 192º | 0.4% | 0.65% | - |
| HSV(B) | 192º | 0.35% | 0.79% | - |
| XYZ | 38.16 | 45.14 | 62.58 | - |
| YUV | 172.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 202 | 0.35 | 0.07 | 0 | 0.21 | 192 | 0.4 | 0.65 |
| Hex | 84 | BC | CA | 23 | 7 | 0 | 15 | C0 | 28 | 41 |
| Octal | 204 | 274 | 312 | 43 | 7 | 0 | 25 | 300 | 50 | 101 |
| Binary | 10000100 | 10111100 | 11001010 | 100011 | 111 | 0 | 10101 | 11000000 | 101000 | 1000001 |
Color Harmonies of #84BCCA
Complementary color
Monochromatic Colors of #84BCCA
Black with #84BCCA
Text Example
Text Example
White with #84BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCCA; }
p { color: rgb(132,188,202); }
H1.HeaderClassName
{
color: #84BCCA;
}
.AnyTagClassName
{
color: #84BCCA;
}
</style>
background-color css
<style>
a { background-color: #84BCCA; }
a { background-color: rgb(132,188,202); }
div.DivClassName
{
background-color: #84BCCA;
}
.BgClassName
{
background-color: #84BCCA;
}
</style>
border-color css
<style>
span { border-color: #84BCCA; }
span { border-color: rgb(132,188,202); }
td.TdClassName
{
border-color: #84BCCA;
}
.TagClassName
{
border-color: #84BCCA;
}
</style>