Shades of Seagull #85BFDA
Tints of Seagull #85BFDA
RGB
CMYK
RGB Variations
Color information
#85BFDA (or 0x85BFDA) is known color: Seagull. HEX triplet: 85, BF and DA. RGB value is (133,191,218). Sum of RGB (Red+Green+Blue) = 133+191+218=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #85BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFDA is #7A4025. Grayscale: #B0B0B0. Windows color (decimal): -8011814 or 14335877. OLE color: 14335877.
HSL color Cylindrical-coordinate representation of color #85BFDA: hue angle of 199.06º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85BFDA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 191 | 218 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.15 |
| HSL | 199.06º | 0.53% | 0.69% | - |
| HSV(B) | 199.06º | 0.39% | 0.85% | - |
| XYZ | 40.96 | 47.31 | 73.3 | - |
| YUV | 176.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 218 | 0.39 | 0.12 | 0 | 0.15 | 199.06 | 0.53 | 0.69 |
| Hex | 85 | BF | DA | 27 | C | 0 | F | C7 | 35 | 45 |
| Octal | 205 | 277 | 332 | 47 | 14 | 0 | 17 | 307 | 65 | 105 |
| Binary | 10000101 | 10111111 | 11011010 | 100111 | 1100 | 0 | 1111 | 11000111 | 110101 | 1000101 |
Color Harmonies of #85BFDA
Complementary color
Monochromatic Colors of #85BFDA
Black with #85BFDA
Text Example
Text Example
White with #85BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFDA; }
p { color: rgb(133,191,218); }
H1.HeaderClassName
{
color: #85BFDA;
}
.AnyTagClassName
{
color: #85BFDA;
}
</style>
background-color css
<style>
a { background-color: #85BFDA; }
a { background-color: rgb(133,191,218); }
div.DivClassName
{
background-color: #85BFDA;
}
.BgClassName
{
background-color: #85BFDA;
}
</style>
border-color css
<style>
span { border-color: #85BFDA; }
span { border-color: rgb(133,191,218); }
td.TdClassName
{
border-color: #85BFDA;
}
.TagClassName
{
border-color: #85BFDA;
}
</style>