Shades of Seagull #85C0D6
Tints of Seagull #85C0D6
RGB
CMYK
RGB Variations
Color information
#85C0D6 (or 0x85C0D6) is known color: Seagull. HEX triplet: 85, C0 and D6. RGB value is (133,192,214). Sum of RGB (Red+Green+Blue) = 133+192+214=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #85C0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0D6 is #7A3F29. Grayscale: #B0B0B0. Windows color (decimal): -8011562 or 14073989. OLE color: 14073989.
HSL color Cylindrical-coordinate representation of color #85C0D6: hue angle of 196.3º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85C0D6 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 192 | 214 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.16 |
| HSL | 196.3º | 0.5% | 0.68% | - |
| HSV(B) | 196.3º | 0.38% | 0.84% | - |
| XYZ | 40.66 | 47.54 | 70.65 | - |
| YUV | 176.87 | 148.95 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 214 | 0.38 | 0.10 | 0 | 0.16 | 196.3 | 0.5 | 0.68 |
| Hex | 85 | C0 | D6 | 26 | A | 0 | 10 | C4 | 32 | 44 |
| Octal | 205 | 300 | 326 | 46 | 12 | 0 | 20 | 304 | 62 | 104 |
| Binary | 10000101 | 11000000 | 11010110 | 100110 | 1010 | 0 | 10000 | 11000100 | 110010 | 1000100 |
Color Harmonies of #85C0D6
Complementary color
Monochromatic Colors of #85C0D6
Black with #85C0D6
Text Example
Text Example
White with #85C0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C0D6; }
p { color: rgb(133,192,214); }
H1.HeaderClassName
{
color: #85C0D6;
}
.AnyTagClassName
{
color: #85C0D6;
}
</style>
background-color css
<style>
a { background-color: #85C0D6; }
a { background-color: rgb(133,192,214); }
div.DivClassName
{
background-color: #85C0D6;
}
.BgClassName
{
background-color: #85C0D6;
}
</style>
border-color css
<style>
span { border-color: #85C0D6; }
span { border-color: rgb(133,192,214); }
td.TdClassName
{
border-color: #85C0D6;
}
.TagClassName
{
border-color: #85C0D6;
}
</style>