Shades of Seagull #85BDCC
Tints of Seagull #85BDCC
RGB
CMYK
RGB Variations
Color information
#85BDCC (or 0x85BDCC) is known color: Seagull. HEX triplet: 85, BD and CC. RGB value is (133,189,204). Sum of RGB (Red+Green+Blue) = 133+189+204=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #85BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDCC is #7A4233. Grayscale: #ADADAD. Windows color (decimal): -8012340 or 13417861. OLE color: 13417861.
HSL color Cylindrical-coordinate representation of color #85BDCC: hue angle of 192.68º degrees, saturation: 0.41, 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 #85BDCC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 189 | 204 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.2 |
| HSL | 192.68º | 0.41% | 0.66% | - |
| HSV(B) | 192.68º | 0.35% | 0.8% | - |
| XYZ | 38.77 | 45.74 | 63.91 | - |
| YUV | 173.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 204 | 0.35 | 0.07 | 0 | 0.2 | 192.68 | 0.41 | 0.66 |
| Hex | 85 | BD | CC | 23 | 7 | 0 | 14 | C1 | 29 | 42 |
| Octal | 205 | 275 | 314 | 43 | 7 | 0 | 24 | 301 | 51 | 102 |
| Binary | 10000101 | 10111101 | 11001100 | 100011 | 111 | 0 | 10100 | 11000001 | 101001 | 1000010 |
Color Harmonies of #85BDCC
Complementary color
Monochromatic Colors of #85BDCC
Black with #85BDCC
Text Example
Text Example
White with #85BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDCC; }
p { color: rgb(133,189,204); }
H1.HeaderClassName
{
color: #85BDCC;
}
.AnyTagClassName
{
color: #85BDCC;
}
</style>
background-color css
<style>
a { background-color: #85BDCC; }
a { background-color: rgb(133,189,204); }
div.DivClassName
{
background-color: #85BDCC;
}
.BgClassName
{
background-color: #85BDCC;
}
</style>
border-color css
<style>
span { border-color: #85BDCC; }
span { border-color: rgb(133,189,204); }
td.TdClassName
{
border-color: #85BDCC;
}
.TagClassName
{
border-color: #85BDCC;
}
</style>