Shades of Seagull #85BFCD
Tints of Seagull #85BFCD
RGB
CMYK
RGB Variations
Color information
#85BFCD (or 0x85BFCD) is known color: Seagull. HEX triplet: 85, BF and CD. RGB value is (133,191,205). Sum of RGB (Red+Green+Blue) = 133+191+205=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #85BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFCD is #7A4032. Grayscale: #AFAFAF. Windows color (decimal): -8011827 or 13483909. OLE color: 13483909.
HSL color Cylindrical-coordinate representation of color #85BFCD: hue angle of 191.67º 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 #85BFCD is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 191 | 205 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.20 |
| HSL | 191.67º | 0.42% | 0.66% | - |
| HSV(B) | 191.67º | 0.35% | 0.8% | - |
| XYZ | 39.32 | 46.66 | 64.69 | - |
| YUV | 175.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 205 | 0.35 | 0.07 | 0 | 0.20 | 191.67 | 0.42 | 0.66 |
| Hex | 85 | BF | CD | 23 | 7 | 0 | 14 | C0 | 2A | 42 |
| Octal | 205 | 277 | 315 | 43 | 7 | 0 | 24 | 300 | 52 | 102 |
| Binary | 10000101 | 10111111 | 11001101 | 100011 | 111 | 0 | 10100 | 11000000 | 101010 | 1000010 |
Color Harmonies of #85BFCD
Complementary color
Monochromatic Colors of #85BFCD
Black with #85BFCD
Text Example
Text Example
White with #85BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFCD; }
p { color: rgb(133,191,205); }
H1.HeaderClassName
{
color: #85BFCD;
}
.AnyTagClassName
{
color: #85BFCD;
}
</style>
background-color css
<style>
a { background-color: #85BFCD; }
a { background-color: rgb(133,191,205); }
div.DivClassName
{
background-color: #85BFCD;
}
.BgClassName
{
background-color: #85BFCD;
}
</style>
border-color css
<style>
span { border-color: #85BFCD; }
span { border-color: rgb(133,191,205); }
td.TdClassName
{
border-color: #85BFCD;
}
.TagClassName
{
border-color: #85BFCD;
}
</style>