Shades of Seagull #86B4CE
Tints of Seagull #86B4CE
RGB
CMYK
RGB Variations
Color information
#86B4CE (or 0x86B4CE) is known color: Seagull. HEX triplet: 86, B4 and CE. RGB value is (134,180,206). Sum of RGB (Red+Green+Blue) = 134+180+206=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #86B4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B4CE is #794B31. Grayscale: #A9A9A9. Windows color (decimal): -7949106 or 13546630. OLE color: 13546630.
HSL color Cylindrical-coordinate representation of color #86B4CE: hue angle of 201.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86B4CE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 180 | 206 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.19 |
| HSL | 201.67º | 0.42% | 0.67% | - |
| HSV(B) | 201.67º | 0.35% | 0.81% | - |
| XYZ | 37.29 | 42.17 | 64.57 | - |
| YUV | 169.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 206 | 0.35 | 0.13 | 0 | 0.19 | 201.67 | 0.42 | 0.67 |
| Hex | 86 | B4 | CE | 23 | D | 0 | 13 | CA | 2A | 43 |
| Octal | 206 | 264 | 316 | 43 | 15 | 0 | 23 | 312 | 52 | 103 |
| Binary | 10000110 | 10110100 | 11001110 | 100011 | 1101 | 0 | 10011 | 11001010 | 101010 | 1000011 |
Color Harmonies of #86B4CE
Complementary color
Monochromatic Colors of #86B4CE
Black with #86B4CE
Text Example
Text Example
White with #86B4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B4CE; }
p { color: rgb(134,180,206); }
H1.HeaderClassName
{
color: #86B4CE;
}
.AnyTagClassName
{
color: #86B4CE;
}
</style>
background-color css
<style>
a { background-color: #86B4CE; }
a { background-color: rgb(134,180,206); }
div.DivClassName
{
background-color: #86B4CE;
}
.BgClassName
{
background-color: #86B4CE;
}
</style>
border-color css
<style>
span { border-color: #86B4CE; }
span { border-color: rgb(134,180,206); }
td.TdClassName
{
border-color: #86B4CE;
}
.TagClassName
{
border-color: #86B4CE;
}
</style>