Shades of Seagull #84BEDD
Tints of Seagull #84BEDD
RGB
CMYK
RGB Variations
Color information
#84BEDD (or 0x84BEDD) is known color: Seagull. HEX triplet: 84, BE and DD. RGB value is (132,190,221). Sum of RGB (Red+Green+Blue) = 132+190+221=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #84BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEDD is #7B4122. Grayscale: #B0B0B0. Windows color (decimal): -8077603 or 14532228. OLE color: 14532228.
HSL color Cylindrical-coordinate representation of color #84BEDD: hue angle of 200.9º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BEDD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 190 | 221 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.13 |
| HSL | 200.9º | 0.57% | 0.69% | - |
| HSV(B) | 200.9º | 0.4% | 0.87% | - |
| XYZ | 40.98 | 46.95 | 75.31 | - |
| YUV | 176.19 | 153.28 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 221 | 0.40 | 0.14 | 0 | 0.13 | 200.9 | 0.57 | 0.69 |
| Hex | 84 | BE | DD | 28 | E | 0 | D | C9 | 39 | 45 |
| Octal | 204 | 276 | 335 | 50 | 16 | 0 | 15 | 311 | 71 | 105 |
| Binary | 10000100 | 10111110 | 11011101 | 101000 | 1110 | 0 | 1101 | 11001001 | 111001 | 1000101 |
Color Harmonies of #84BEDD
Complementary color
Monochromatic Colors of #84BEDD
Black with #84BEDD
Text Example
Text Example
White with #84BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEDD; }
p { color: rgb(132,190,221); }
H1.HeaderClassName
{
color: #84BEDD;
}
.AnyTagClassName
{
color: #84BEDD;
}
</style>
background-color css
<style>
a { background-color: #84BEDD; }
a { background-color: rgb(132,190,221); }
div.DivClassName
{
background-color: #84BEDD;
}
.BgClassName
{
background-color: #84BEDD;
}
</style>
border-color css
<style>
span { border-color: #84BEDD; }
span { border-color: rgb(132,190,221); }
td.TdClassName
{
border-color: #84BEDD;
}
.TagClassName
{
border-color: #84BEDD;
}
</style>