Shades of Seagull #85BCCD
Tints of Seagull #85BCCD
RGB
CMYK
RGB Variations
Color information
#85BCCD (or 0x85BCCD) is known color: Seagull. HEX triplet: 85, BC and CD. RGB value is (133,188,205). Sum of RGB (Red+Green+Blue) = 133+188+205=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #85BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCCD is #7A4332. Grayscale: #ADADAD. Windows color (decimal): -8012595 or 13483141. OLE color: 13483141.
HSL color Cylindrical-coordinate representation of color #85BCCD: hue angle of 194.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85BCCD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 188 | 205 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.20 |
| HSL | 194.17º | 0.42% | 0.66% | - |
| HSV(B) | 194.17º | 0.35% | 0.8% | - |
| XYZ | 38.68 | 45.36 | 64.47 | - |
| YUV | 173.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 205 | 0.35 | 0.08 | 0 | 0.20 | 194.17 | 0.42 | 0.66 |
| Hex | 85 | BC | CD | 23 | 8 | 0 | 14 | C2 | 2A | 42 |
| Octal | 205 | 274 | 315 | 43 | 10 | 0 | 24 | 302 | 52 | 102 |
| Binary | 10000101 | 10111100 | 11001101 | 100011 | 1000 | 0 | 10100 | 11000010 | 101010 | 1000010 |
Color Harmonies of #85BCCD
Complementary color
Monochromatic Colors of #85BCCD
Black with #85BCCD
Text Example
Text Example
White with #85BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCCD; }
p { color: rgb(133,188,205); }
H1.HeaderClassName
{
color: #85BCCD;
}
.AnyTagClassName
{
color: #85BCCD;
}
</style>
background-color css
<style>
a { background-color: #85BCCD; }
a { background-color: rgb(133,188,205); }
div.DivClassName
{
background-color: #85BCCD;
}
.BgClassName
{
background-color: #85BCCD;
}
</style>
border-color css
<style>
span { border-color: #85BCCD; }
span { border-color: rgb(133,188,205); }
td.TdClassName
{
border-color: #85BCCD;
}
.TagClassName
{
border-color: #85BCCD;
}
</style>