Shades of Seagull #85BBDC
Tints of Seagull #85BBDC
RGB
CMYK
RGB Variations
Color information
#85BBDC (or 0x85BBDC) is known color: Seagull. HEX triplet: 85, BB and DC. RGB value is (133,187,220). Sum of RGB (Red+Green+Blue) = 133+187+220=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #85BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBDC is #7A4423. Grayscale: #AEAEAE. Windows color (decimal): -8012836 or 14465925. OLE color: 14465925.
HSL color Cylindrical-coordinate representation of color #85BBDC: hue angle of 202.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BBDC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 187 | 220 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.14 |
| HSL | 202.76º | 0.55% | 0.69% | - |
| HSV(B) | 202.76º | 0.4% | 0.86% | - |
| XYZ | 40.36 | 45.69 | 74.4 | - |
| YUV | 174.62 | 153.61 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 220 | 0.40 | 0.15 | 0 | 0.14 | 202.76 | 0.55 | 0.69 |
| Hex | 85 | BB | DC | 28 | F | 0 | E | CB | 37 | 45 |
| Octal | 205 | 273 | 334 | 50 | 17 | 0 | 16 | 313 | 67 | 105 |
| Binary | 10000101 | 10111011 | 11011100 | 101000 | 1111 | 0 | 1110 | 11001011 | 110111 | 1000101 |
Color Harmonies of #85BBDC
Complementary color
Monochromatic Colors of #85BBDC
Black with #85BBDC
Text Example
Text Example
White with #85BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBDC; }
p { color: rgb(133,187,220); }
H1.HeaderClassName
{
color: #85BBDC;
}
.AnyTagClassName
{
color: #85BBDC;
}
</style>
background-color css
<style>
a { background-color: #85BBDC; }
a { background-color: rgb(133,187,220); }
div.DivClassName
{
background-color: #85BBDC;
}
.BgClassName
{
background-color: #85BBDC;
}
</style>
border-color css
<style>
span { border-color: #85BBDC; }
span { border-color: rgb(133,187,220); }
td.TdClassName
{
border-color: #85BBDC;
}
.TagClassName
{
border-color: #85BBDC;
}
</style>