Shades of Seagull #84B8D7
Tints of Seagull #84B8D7
RGB
CMYK
RGB Variations
Color information
#84B8D7 (or 0x84B8D7) is known color: Seagull. HEX triplet: 84, B8 and D7. RGB value is (132,184,215). Sum of RGB (Red+Green+Blue) = 132+184+215=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #84B8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B8D7 is #7B4728. Grayscale: #ABABAB. Windows color (decimal): -8079145 or 14137476. OLE color: 14137476.
HSL color Cylindrical-coordinate representation of color #84B8D7: hue angle of 202.41º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84B8D7 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 184 | 215 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.16 |
| HSL | 202.41º | 0.51% | 0.68% | - |
| HSV(B) | 202.41º | 0.39% | 0.84% | - |
| XYZ | 38.92 | 44.09 | 70.75 | - |
| YUV | 171.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 215 | 0.39 | 0.14 | 0 | 0.16 | 202.41 | 0.51 | 0.68 |
| Hex | 84 | B8 | D7 | 27 | E | 0 | 10 | CA | 33 | 44 |
| Octal | 204 | 270 | 327 | 47 | 16 | 0 | 20 | 312 | 63 | 104 |
| Binary | 10000100 | 10111000 | 11010111 | 100111 | 1110 | 0 | 10000 | 11001010 | 110011 | 1000100 |
Color Harmonies of #84B8D7
Complementary color
Monochromatic Colors of #84B8D7
Black with #84B8D7
Text Example
Text Example
White with #84B8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B8D7; }
p { color: rgb(132,184,215); }
H1.HeaderClassName
{
color: #84B8D7;
}
.AnyTagClassName
{
color: #84B8D7;
}
</style>
background-color css
<style>
a { background-color: #84B8D7; }
a { background-color: rgb(132,184,215); }
div.DivClassName
{
background-color: #84B8D7;
}
.BgClassName
{
background-color: #84B8D7;
}
</style>
border-color css
<style>
span { border-color: #84B8D7; }
span { border-color: rgb(132,184,215); }
td.TdClassName
{
border-color: #84B8D7;
}
.TagClassName
{
border-color: #84B8D7;
}
</style>