Shades of Seagull #84B3CF
Tints of Seagull #84B3CF
RGB
CMYK
RGB Variations
Color information
#84B3CF (or 0x84B3CF) is known color: Seagull. HEX triplet: 84, B3 and CF. RGB value is (132,179,207). Sum of RGB (Red+Green+Blue) = 132+179+207=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #84B3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B3CF is #7B4C30. Grayscale: #A7A7A7. Windows color (decimal): -8080433 or 13611908. OLE color: 13611908.
HSL color Cylindrical-coordinate representation of color #84B3CF: hue angle of 202.4º 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 #84B3CF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 179 | 207 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.19 |
| HSL | 202.4º | 0.44% | 0.66% | - |
| HSV(B) | 202.4º | 0.36% | 0.81% | - |
| XYZ | 36.9 | 41.65 | 65.13 | - |
| YUV | 168.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 207 | 0.36 | 0.14 | 0 | 0.19 | 202.4 | 0.44 | 0.66 |
| Hex | 84 | B3 | CF | 24 | E | 0 | 13 | CA | 2C | 42 |
| Octal | 204 | 263 | 317 | 44 | 16 | 0 | 23 | 312 | 54 | 102 |
| Binary | 10000100 | 10110011 | 11001111 | 100100 | 1110 | 0 | 10011 | 11001010 | 101100 | 1000010 |
Color Harmonies of #84B3CF
Complementary color
Monochromatic Colors of #84B3CF
Black with #84B3CF
Text Example
Text Example
White with #84B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B3CF; }
p { color: rgb(132,179,207); }
H1.HeaderClassName
{
color: #84B3CF;
}
.AnyTagClassName
{
color: #84B3CF;
}
</style>
background-color css
<style>
a { background-color: #84B3CF; }
a { background-color: rgb(132,179,207); }
div.DivClassName
{
background-color: #84B3CF;
}
.BgClassName
{
background-color: #84B3CF;
}
</style>
border-color css
<style>
span { border-color: #84B3CF; }
span { border-color: rgb(132,179,207); }
td.TdClassName
{
border-color: #84B3CF;
}
.TagClassName
{
border-color: #84B3CF;
}
</style>