Shades of Seagull #85BBCD
Tints of Seagull #85BBCD
RGB
CMYK
RGB Variations
Color information
#85BBCD (or 0x85BBCD) is known color: Seagull. HEX triplet: 85, BB and CD. RGB value is (133,187,205). Sum of RGB (Red+Green+Blue) = 133+187+205=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #85BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBCD is #7A4432. Grayscale: #ACACAC. Windows color (decimal): -8012851 or 13482885. OLE color: 13482885.
HSL color Cylindrical-coordinate representation of color #85BBCD: hue angle of 195º 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 #85BBCD is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 187 | 205 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.20 |
| HSL | 195º | 0.42% | 0.66% | - |
| HSV(B) | 195º | 0.35% | 0.8% | - |
| XYZ | 38.46 | 44.93 | 64.4 | - |
| YUV | 172.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 205 | 0.35 | 0.09 | 0 | 0.20 | 195 | 0.42 | 0.66 |
| Hex | 85 | BB | CD | 23 | 9 | 0 | 14 | C3 | 2A | 42 |
| Octal | 205 | 273 | 315 | 43 | 11 | 0 | 24 | 303 | 52 | 102 |
| Binary | 10000101 | 10111011 | 11001101 | 100011 | 1001 | 0 | 10100 | 11000011 | 101010 | 1000010 |
Color Harmonies of #85BBCD
Complementary color
Monochromatic Colors of #85BBCD
Black with #85BBCD
Text Example
Text Example
White with #85BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBCD; }
p { color: rgb(133,187,205); }
H1.HeaderClassName
{
color: #85BBCD;
}
.AnyTagClassName
{
color: #85BBCD;
}
</style>
background-color css
<style>
a { background-color: #85BBCD; }
a { background-color: rgb(133,187,205); }
div.DivClassName
{
background-color: #85BBCD;
}
.BgClassName
{
background-color: #85BBCD;
}
</style>
border-color css
<style>
span { border-color: #85BBCD; }
span { border-color: rgb(133,187,205); }
td.TdClassName
{
border-color: #85BBCD;
}
.TagClassName
{
border-color: #85BBCD;
}
</style>