Shades of Seagull #84B5CF
Tints of Seagull #84B5CF
RGB
CMYK
RGB Variations
Color information
#84B5CF (or 0x84B5CF) is known color: Seagull. HEX triplet: 84, B5 and CF. RGB value is (132,181,207). Sum of RGB (Red+Green+Blue) = 132+181+207=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #84B5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B5CF is #7B4A30. Grayscale: #A9A9A9. Windows color (decimal): -8079921 or 13612420. OLE color: 13612420.
HSL color Cylindrical-coordinate representation of color #84B5CF: hue angle of 200.8º degrees, saturation: 0.44, 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 #84B5CF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 181 | 207 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.19 |
| HSL | 200.8º | 0.44% | 0.66% | - |
| HSV(B) | 200.8º | 0.36% | 0.81% | - |
| XYZ | 37.3 | 42.46 | 65.26 | - |
| YUV | 169.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 207 | 0.36 | 0.13 | 0 | 0.19 | 200.8 | 0.44 | 0.66 |
| Hex | 84 | B5 | CF | 24 | D | 0 | 13 | C9 | 2C | 42 |
| Octal | 204 | 265 | 317 | 44 | 15 | 0 | 23 | 311 | 54 | 102 |
| Binary | 10000100 | 10110101 | 11001111 | 100100 | 1101 | 0 | 10011 | 11001001 | 101100 | 1000010 |
Color Harmonies of #84B5CF
Complementary color
Monochromatic Colors of #84B5CF
Black with #84B5CF
Text Example
Text Example
White with #84B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B5CF; }
p { color: rgb(132,181,207); }
H1.HeaderClassName
{
color: #84B5CF;
}
.AnyTagClassName
{
color: #84B5CF;
}
</style>
background-color css
<style>
a { background-color: #84B5CF; }
a { background-color: rgb(132,181,207); }
div.DivClassName
{
background-color: #84B5CF;
}
.BgClassName
{
background-color: #84B5CF;
}
</style>
border-color css
<style>
span { border-color: #84B5CF; }
span { border-color: rgb(132,181,207); }
td.TdClassName
{
border-color: #84B5CF;
}
.TagClassName
{
border-color: #84B5CF;
}
</style>