Shades of Seagull #84BBDC
Tints of Seagull #84BBDC
RGB
CMYK
RGB Variations
Color information
#84BBDC (or 0x84BBDC) is known color: Seagull. HEX triplet: 84, BB and DC. RGB value is (132,187,220). Sum of RGB (Red+Green+Blue) = 132+187+220=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #84BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBDC is #7B4423. Grayscale: #AEAEAE. Windows color (decimal): -8078372 or 14465924. OLE color: 14465924.
HSL color Cylindrical-coordinate representation of color #84BBDC: hue angle of 202.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BBDC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 187 | 220 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.14 |
| HSL | 202.5º | 0.56% | 0.69% | - |
| HSV(B) | 202.5º | 0.4% | 0.86% | - |
| XYZ | 40.2 | 45.61 | 74.4 | - |
| YUV | 174.32 | 153.78 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 220 | 0.40 | 0.15 | 0 | 0.14 | 202.5 | 0.56 | 0.69 |
| Hex | 84 | BB | DC | 28 | F | 0 | E | CA | 38 | 45 |
| Octal | 204 | 273 | 334 | 50 | 17 | 0 | 16 | 312 | 70 | 105 |
| Binary | 10000100 | 10111011 | 11011100 | 101000 | 1111 | 0 | 1110 | 11001010 | 111000 | 1000101 |
Color Harmonies of #84BBDC
Complementary color
Monochromatic Colors of #84BBDC
Black with #84BBDC
Text Example
Text Example
White with #84BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBDC; }
p { color: rgb(132,187,220); }
H1.HeaderClassName
{
color: #84BBDC;
}
.AnyTagClassName
{
color: #84BBDC;
}
</style>
background-color css
<style>
a { background-color: #84BBDC; }
a { background-color: rgb(132,187,220); }
div.DivClassName
{
background-color: #84BBDC;
}
.BgClassName
{
background-color: #84BBDC;
}
</style>
border-color css
<style>
span { border-color: #84BBDC; }
span { border-color: rgb(132,187,220); }
td.TdClassName
{
border-color: #84BBDC;
}
.TagClassName
{
border-color: #84BBDC;
}
</style>