Shades of Seagull #85BDDD
Tints of Seagull #85BDDD
RGB
CMYK
RGB Variations
Color information
#85BDDD (or 0x85BDDD) is known color: Seagull. HEX triplet: 85, BD and DD. RGB value is (133,189,221). Sum of RGB (Red+Green+Blue) = 133+189+221=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #85BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDDD is #7A4222. Grayscale: #AFAFAF. Windows color (decimal): -8012323 or 14531973. OLE color: 14531973.
HSL color Cylindrical-coordinate representation of color #85BDDD: hue angle of 201.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BDDD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 189 | 221 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.13 |
| HSL | 201.82º | 0.56% | 0.69% | - |
| HSV(B) | 201.82º | 0.4% | 0.87% | - |
| XYZ | 40.92 | 46.6 | 75.24 | - |
| YUV | 175.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 221 | 0.40 | 0.14 | 0 | 0.13 | 201.82 | 0.56 | 0.69 |
| Hex | 85 | BD | DD | 28 | E | 0 | D | CA | 38 | 45 |
| Octal | 205 | 275 | 335 | 50 | 16 | 0 | 15 | 312 | 70 | 105 |
| Binary | 10000101 | 10111101 | 11011101 | 101000 | 1110 | 0 | 1101 | 11001010 | 111000 | 1000101 |
Color Harmonies of #85BDDD
Complementary color
Monochromatic Colors of #85BDDD
Black with #85BDDD
Text Example
Text Example
White with #85BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDDD; }
p { color: rgb(133,189,221); }
H1.HeaderClassName
{
color: #85BDDD;
}
.AnyTagClassName
{
color: #85BDDD;
}
</style>
background-color css
<style>
a { background-color: #85BDDD; }
a { background-color: rgb(133,189,221); }
div.DivClassName
{
background-color: #85BDDD;
}
.BgClassName
{
background-color: #85BDDD;
}
</style>
border-color css
<style>
span { border-color: #85BDDD; }
span { border-color: rgb(133,189,221); }
td.TdClassName
{
border-color: #85BDDD;
}
.TagClassName
{
border-color: #85BDDD;
}
</style>