Shades of Seagull #84B7D4
Tints of Seagull #84B7D4
RGB
CMYK
RGB Variations
Color information
#84B7D4 (or 0x84B7D4) is known color: Seagull. HEX triplet: 84, B7 and D4. RGB value is (132,183,212). Sum of RGB (Red+Green+Blue) = 132+183+212=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #84B7D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B7D4 is #7B482B. Grayscale: #AAAAAA. Windows color (decimal): -8079404 or 13940612. OLE color: 13940612.
HSL color Cylindrical-coordinate representation of color #84B7D4: hue angle of 201.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84B7D4 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 183 | 212 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.17 |
| HSL | 201.75º | 0.48% | 0.67% | - |
| HSV(B) | 201.75º | 0.38% | 0.83% | - |
| XYZ | 38.33 | 43.53 | 68.67 | - |
| YUV | 171.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 212 | 0.38 | 0.14 | 0 | 0.17 | 201.75 | 0.48 | 0.67 |
| Hex | 84 | B7 | D4 | 26 | E | 0 | 11 | CA | 30 | 43 |
| Octal | 204 | 267 | 324 | 46 | 16 | 0 | 21 | 312 | 60 | 103 |
| Binary | 10000100 | 10110111 | 11010100 | 100110 | 1110 | 0 | 10001 | 11001010 | 110000 | 1000011 |
Color Harmonies of #84B7D4
Complementary color
Monochromatic Colors of #84B7D4
Black with #84B7D4
Text Example
Text Example
White with #84B7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B7D4; }
p { color: rgb(132,183,212); }
H1.HeaderClassName
{
color: #84B7D4;
}
.AnyTagClassName
{
color: #84B7D4;
}
</style>
background-color css
<style>
a { background-color: #84B7D4; }
a { background-color: rgb(132,183,212); }
div.DivClassName
{
background-color: #84B7D4;
}
.BgClassName
{
background-color: #84B7D4;
}
</style>
border-color css
<style>
span { border-color: #84B7D4; }
span { border-color: rgb(132,183,212); }
td.TdClassName
{
border-color: #84B7D4;
}
.TagClassName
{
border-color: #84B7D4;
}
</style>