Shades of Seagull #65BACC
Tints of Seagull #65BACC
RGB
CMYK
RGB Variations
Color information
#65BACC (or 0x65BACC) is known color: Seagull. HEX triplet: 65, BA and CC. RGB value is (101,186,204). Sum of RGB (Red+Green+Blue) = 101+186+204=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #65BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BACC is #9A4533. Grayscale: #A2A2A2. Windows color (decimal): -10110260 or 13417061. OLE color: 13417061.
HSL color Cylindrical-coordinate representation of color #65BACC: hue angle of 190.49º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BACC is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 186 | 204 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.2 |
| HSL | 190.49º | 0.5% | 0.6% | - |
| HSV(B) | 190.49º | 0.5% | 0.8% | - |
| XYZ | 33.82 | 42.24 | 63.5 | - |
| YUV | 162.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 204 | 0.50 | 0.09 | 0 | 0.2 | 190.49 | 0.5 | 0.6 |
| Hex | 65 | BA | CC | 32 | 9 | 0 | 14 | BE | 32 | 3C |
| Octal | 145 | 272 | 314 | 62 | 11 | 0 | 24 | 276 | 62 | 74 |
| Binary | 1100101 | 10111010 | 11001100 | 110010 | 1001 | 0 | 10100 | 10111110 | 110010 | 111100 |
Color Harmonies of #65BACC
Complementary color
Monochromatic Colors of #65BACC
Black with #65BACC
Text Example
Text Example
White with #65BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BACC; }
p { color: rgb(101,186,204); }
H1.HeaderClassName
{
color: #65BACC;
}
.AnyTagClassName
{
color: #65BACC;
}
</style>
background-color css
<style>
a { background-color: #65BACC; }
a { background-color: rgb(101,186,204); }
div.DivClassName
{
background-color: #65BACC;
}
.BgClassName
{
background-color: #65BACC;
}
</style>
border-color css
<style>
span { border-color: #65BACC; }
span { border-color: rgb(101,186,204); }
td.TdClassName
{
border-color: #65BACC;
}
.TagClassName
{
border-color: #65BACC;
}
</style>