Shades of Seagull #84BDCA
Tints of Seagull #84BDCA
RGB
CMYK
RGB Variations
Color information
#84BDCA (or 0x84BDCA) is known color: Seagull. HEX triplet: 84, BD and CA. RGB value is (132,189,202). Sum of RGB (Red+Green+Blue) = 132+189+202=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #84BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDCA is #7B4235. Grayscale: #ADADAD. Windows color (decimal): -8077878 or 13286788. OLE color: 13286788.
HSL color Cylindrical-coordinate representation of color #84BDCA: hue angle of 191.14º 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 #84BDCA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 189 | 202 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.21 |
| HSL | 191.14º | 0.4% | 0.65% | - |
| HSV(B) | 191.14º | 0.35% | 0.79% | - |
| XYZ | 38.37 | 45.56 | 62.65 | - |
| YUV | 173.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 202 | 0.35 | 0.06 | 0 | 0.21 | 191.14 | 0.4 | 0.65 |
| Hex | 84 | BD | CA | 23 | 6 | 0 | 15 | BF | 28 | 41 |
| Octal | 204 | 275 | 312 | 43 | 6 | 0 | 25 | 277 | 50 | 101 |
| Binary | 10000100 | 10111101 | 11001010 | 100011 | 110 | 0 | 10101 | 10111111 | 101000 | 1000001 |
Color Harmonies of #84BDCA
Complementary color
Monochromatic Colors of #84BDCA
Black with #84BDCA
Text Example
Text Example
White with #84BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDCA; }
p { color: rgb(132,189,202); }
H1.HeaderClassName
{
color: #84BDCA;
}
.AnyTagClassName
{
color: #84BDCA;
}
</style>
background-color css
<style>
a { background-color: #84BDCA; }
a { background-color: rgb(132,189,202); }
div.DivClassName
{
background-color: #84BDCA;
}
.BgClassName
{
background-color: #84BDCA;
}
</style>
border-color css
<style>
span { border-color: #84BDCA; }
span { border-color: rgb(132,189,202); }
td.TdClassName
{
border-color: #84BDCA;
}
.TagClassName
{
border-color: #84BDCA;
}
</style>