Shades of Seagull #84B8CE
Tints of Seagull #84B8CE
RGB
CMYK
RGB Variations
Color information
#84B8CE (or 0x84B8CE) is known color: Seagull. HEX triplet: 84, B8 and CE. RGB value is (132,184,206). Sum of RGB (Red+Green+Blue) = 132+184+206=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #84B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B8CE is #7B4731. Grayscale: #AAAAAA. Windows color (decimal): -8079154 or 13547652. OLE color: 13547652.
HSL color Cylindrical-coordinate representation of color #84B8CE: hue angle of 197.84º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84B8CE is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 184 | 206 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.19 |
| HSL | 197.84º | 0.43% | 0.66% | - |
| HSV(B) | 197.84º | 0.36% | 0.81% | - |
| XYZ | 37.8 | 43.64 | 64.82 | - |
| YUV | 170.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 206 | 0.36 | 0.11 | 0 | 0.19 | 197.84 | 0.43 | 0.66 |
| Hex | 84 | B8 | CE | 24 | B | 0 | 13 | C6 | 2B | 42 |
| Octal | 204 | 270 | 316 | 44 | 13 | 0 | 23 | 306 | 53 | 102 |
| Binary | 10000100 | 10111000 | 11001110 | 100100 | 1011 | 0 | 10011 | 11000110 | 101011 | 1000010 |
Color Harmonies of #84B8CE
Complementary color
Monochromatic Colors of #84B8CE
Black with #84B8CE
Text Example
Text Example
White with #84B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B8CE; }
p { color: rgb(132,184,206); }
H1.HeaderClassName
{
color: #84B8CE;
}
.AnyTagClassName
{
color: #84B8CE;
}
</style>
background-color css
<style>
a { background-color: #84B8CE; }
a { background-color: rgb(132,184,206); }
div.DivClassName
{
background-color: #84B8CE;
}
.BgClassName
{
background-color: #84B8CE;
}
</style>
border-color css
<style>
span { border-color: #84B8CE; }
span { border-color: rgb(132,184,206); }
td.TdClassName
{
border-color: #84B8CE;
}
.TagClassName
{
border-color: #84B8CE;
}
</style>