Shades of Seagull #85BCCE
Tints of Seagull #85BCCE
RGB
CMYK
RGB Variations
Color information
#85BCCE (or 0x85BCCE) is known color: Seagull. HEX triplet: 85, BC and CE. RGB value is (133,188,206). Sum of RGB (Red+Green+Blue) = 133+188+206=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #85BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCCE is #7A4331. Grayscale: #ADADAD. Windows color (decimal): -8012594 or 13548677. OLE color: 13548677.
HSL color Cylindrical-coordinate representation of color #85BCCE: hue angle of 194.79º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85BCCE is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 188 | 206 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.19 |
| HSL | 194.79º | 0.43% | 0.66% | - |
| HSV(B) | 194.79º | 0.35% | 0.81% | - |
| XYZ | 38.8 | 45.41 | 65.11 | - |
| YUV | 173.61 | 146.28 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 206 | 0.35 | 0.09 | 0 | 0.19 | 194.79 | 0.43 | 0.66 |
| Hex | 85 | BC | CE | 23 | 9 | 0 | 13 | C3 | 2B | 42 |
| Octal | 205 | 274 | 316 | 43 | 11 | 0 | 23 | 303 | 53 | 102 |
| Binary | 10000101 | 10111100 | 11001110 | 100011 | 1001 | 0 | 10011 | 11000011 | 101011 | 1000010 |
Color Harmonies of #85BCCE
Complementary color
Monochromatic Colors of #85BCCE
Black with #85BCCE
Text Example
Text Example
White with #85BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCCE; }
p { color: rgb(133,188,206); }
H1.HeaderClassName
{
color: #85BCCE;
}
.AnyTagClassName
{
color: #85BCCE;
}
</style>
background-color css
<style>
a { background-color: #85BCCE; }
a { background-color: rgb(133,188,206); }
div.DivClassName
{
background-color: #85BCCE;
}
.BgClassName
{
background-color: #85BCCE;
}
</style>
border-color css
<style>
span { border-color: #85BCCE; }
span { border-color: rgb(133,188,206); }
td.TdClassName
{
border-color: #85BCCE;
}
.TagClassName
{
border-color: #85BCCE;
}
</style>