Shades of Seagull #84BFDA
Tints of Seagull #84BFDA
RGB
CMYK
RGB Variations
Color information
#84BFDA (or 0x84BFDA) is known color: Seagull. HEX triplet: 84, BF and DA. RGB value is (132,191,218). Sum of RGB (Red+Green+Blue) = 132+191+218=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #84BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFDA is #7B4025. Grayscale: #B0B0B0. Windows color (decimal): -8077350 or 14335876. OLE color: 14335876.
HSL color Cylindrical-coordinate representation of color #84BFDA: hue angle of 198.84º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84BFDA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 191 | 218 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.15 |
| HSL | 198.84º | 0.54% | 0.69% | - |
| HSV(B) | 198.84º | 0.39% | 0.85% | - |
| XYZ | 40.8 | 47.23 | 73.3 | - |
| YUV | 176.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 218 | 0.39 | 0.12 | 0 | 0.15 | 198.84 | 0.54 | 0.69 |
| Hex | 84 | BF | DA | 27 | C | 0 | F | C7 | 36 | 45 |
| Octal | 204 | 277 | 332 | 47 | 14 | 0 | 17 | 307 | 66 | 105 |
| Binary | 10000100 | 10111111 | 11011010 | 100111 | 1100 | 0 | 1111 | 11000111 | 110110 | 1000101 |
Color Harmonies of #84BFDA
Complementary color
Monochromatic Colors of #84BFDA
Black with #84BFDA
Text Example
Text Example
White with #84BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFDA; }
p { color: rgb(132,191,218); }
H1.HeaderClassName
{
color: #84BFDA;
}
.AnyTagClassName
{
color: #84BFDA;
}
</style>
background-color css
<style>
a { background-color: #84BFDA; }
a { background-color: rgb(132,191,218); }
div.DivClassName
{
background-color: #84BFDA;
}
.BgClassName
{
background-color: #84BFDA;
}
</style>
border-color css
<style>
span { border-color: #84BFDA; }
span { border-color: rgb(132,191,218); }
td.TdClassName
{
border-color: #84BFDA;
}
.TagClassName
{
border-color: #84BFDA;
}
</style>