Shades of Seagull #86BDDC
Tints of Seagull #86BDDC
RGB
CMYK
RGB Variations
Color information
#86BDDC (or 0x86BDDC) is known color: Seagull. HEX triplet: 86, BD and DC. RGB value is (134,189,220). Sum of RGB (Red+Green+Blue) = 134+189+220=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #86BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDDC is #794223. Grayscale: #AFAFAF. Windows color (decimal): -7946788 or 14466438. OLE color: 14466438.
HSL color Cylindrical-coordinate representation of color #86BDDC: hue angle of 201.63º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86BDDC is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 189 | 220 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.14 |
| HSL | 201.63º | 0.55% | 0.69% | - |
| HSV(B) | 201.63º | 0.39% | 0.86% | - |
| XYZ | 40.95 | 46.63 | 74.55 | - |
| YUV | 176.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 220 | 0.39 | 0.14 | 0 | 0.14 | 201.63 | 0.55 | 0.69 |
| Hex | 86 | BD | DC | 27 | E | 0 | E | CA | 37 | 45 |
| Octal | 206 | 275 | 334 | 47 | 16 | 0 | 16 | 312 | 67 | 105 |
| Binary | 10000110 | 10111101 | 11011100 | 100111 | 1110 | 0 | 1110 | 11001010 | 110111 | 1000101 |
Color Harmonies of #86BDDC
Complementary color
Monochromatic Colors of #86BDDC
Black with #86BDDC
Text Example
Text Example
White with #86BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDDC; }
p { color: rgb(134,189,220); }
H1.HeaderClassName
{
color: #86BDDC;
}
.AnyTagClassName
{
color: #86BDDC;
}
</style>
background-color css
<style>
a { background-color: #86BDDC; }
a { background-color: rgb(134,189,220); }
div.DivClassName
{
background-color: #86BDDC;
}
.BgClassName
{
background-color: #86BDDC;
}
</style>
border-color css
<style>
span { border-color: #86BDDC; }
span { border-color: rgb(134,189,220); }
td.TdClassName
{
border-color: #86BDDC;
}
.TagClassName
{
border-color: #86BDDC;
}
</style>