Shades of Seagull #65BACF
Tints of Seagull #65BACF
RGB
CMYK
RGB Variations
Color information
#65BACF (or 0x65BACF) is known color: Seagull. HEX triplet: 65, BA and CF. RGB value is (101,186,207). Sum of RGB (Red+Green+Blue) = 101+186+207=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #65BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BACF is #9A4530. Grayscale: #A2A2A2. Windows color (decimal): -10110257 or 13613669. OLE color: 13613669.
HSL color Cylindrical-coordinate representation of color #65BACF: hue angle of 191.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65BACF is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 186 | 207 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.19 |
| HSL | 191.89º | 0.52% | 0.6% | - |
| HSV(B) | 191.89º | 0.51% | 0.81% | - |
| XYZ | 34.19 | 42.39 | 65.41 | - |
| YUV | 162.98 | 152.84 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 207 | 0.51 | 0.10 | 0 | 0.19 | 191.89 | 0.52 | 0.6 |
| Hex | 65 | BA | CF | 33 | A | 0 | 13 | C0 | 34 | 3C |
| Octal | 145 | 272 | 317 | 63 | 12 | 0 | 23 | 300 | 64 | 74 |
| Binary | 1100101 | 10111010 | 11001111 | 110011 | 1010 | 0 | 10011 | 11000000 | 110100 | 111100 |
Color Harmonies of #65BACF
Complementary color
Monochromatic Colors of #65BACF
Black with #65BACF
Text Example
Text Example
White with #65BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BACF; }
p { color: rgb(101,186,207); }
H1.HeaderClassName
{
color: #65BACF;
}
.AnyTagClassName
{
color: #65BACF;
}
</style>
background-color css
<style>
a { background-color: #65BACF; }
a { background-color: rgb(101,186,207); }
div.DivClassName
{
background-color: #65BACF;
}
.BgClassName
{
background-color: #65BACF;
}
</style>
border-color css
<style>
span { border-color: #65BACF; }
span { border-color: rgb(101,186,207); }
td.TdClassName
{
border-color: #65BACF;
}
.TagClassName
{
border-color: #65BACF;
}
</style>