Shades of Seagull #85C0D8
Tints of Seagull #85C0D8
RGB
CMYK
RGB Variations
Color information
#85C0D8 (or 0x85C0D8) is known color: Seagull. HEX triplet: 85, C0 and D8. RGB value is (133,192,216). Sum of RGB (Red+Green+Blue) = 133+192+216=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #85C0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0D8 is #7A3F27. Grayscale: #B0B0B0. Windows color (decimal): -8011560 or 14205061. OLE color: 14205061.
HSL color Cylindrical-coordinate representation of color #85C0D8: hue angle of 197.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85C0D8 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 192 | 216 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.15 |
| HSL | 197.35º | 0.52% | 0.68% | - |
| HSV(B) | 197.35º | 0.38% | 0.85% | - |
| XYZ | 40.92 | 47.64 | 72.01 | - |
| YUV | 177.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 216 | 0.38 | 0.11 | 0 | 0.15 | 197.35 | 0.52 | 0.68 |
| Hex | 85 | C0 | D8 | 26 | B | 0 | F | C5 | 34 | 44 |
| Octal | 205 | 300 | 330 | 46 | 13 | 0 | 17 | 305 | 64 | 104 |
| Binary | 10000101 | 11000000 | 11011000 | 100110 | 1011 | 0 | 1111 | 11000101 | 110100 | 1000100 |
Color Harmonies of #85C0D8
Complementary color
Monochromatic Colors of #85C0D8
Black with #85C0D8
Text Example
Text Example
White with #85C0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C0D8; }
p { color: rgb(133,192,216); }
H1.HeaderClassName
{
color: #85C0D8;
}
.AnyTagClassName
{
color: #85C0D8;
}
</style>
background-color css
<style>
a { background-color: #85C0D8; }
a { background-color: rgb(133,192,216); }
div.DivClassName
{
background-color: #85C0D8;
}
.BgClassName
{
background-color: #85C0D8;
}
</style>
border-color css
<style>
span { border-color: #85C0D8; }
span { border-color: rgb(133,192,216); }
td.TdClassName
{
border-color: #85C0D8;
}
.TagClassName
{
border-color: #85C0D8;
}
</style>