Shades of Seagull #65BACE
Tints of Seagull #65BACE
RGB
CMYK
RGB Variations
Color information
#65BACE (or 0x65BACE) is known color: Seagull. HEX triplet: 65, BA and CE. RGB value is (101,186,206). Sum of RGB (Red+Green+Blue) = 101+186+206=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #65BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BACE is #9A4531. Grayscale: #A2A2A2. Windows color (decimal): -10110258 or 13548133. OLE color: 13548133.
HSL color Cylindrical-coordinate representation of color #65BACE: hue angle of 191.43º 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 #65BACE is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 186 | 206 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.19 |
| HSL | 191.43º | 0.52% | 0.6% | - |
| HSV(B) | 191.43º | 0.51% | 0.81% | - |
| XYZ | 34.07 | 42.34 | 64.77 | - |
| YUV | 162.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 206 | 0.51 | 0.10 | 0 | 0.19 | 191.43 | 0.52 | 0.6 |
| Hex | 65 | BA | CE | 33 | A | 0 | 13 | BF | 34 | 3C |
| Octal | 145 | 272 | 316 | 63 | 12 | 0 | 23 | 277 | 64 | 74 |
| Binary | 1100101 | 10111010 | 11001110 | 110011 | 1010 | 0 | 10011 | 10111111 | 110100 | 111100 |
Color Harmonies of #65BACE
Complementary color
Monochromatic Colors of #65BACE
Black with #65BACE
Text Example
Text Example
White with #65BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BACE; }
p { color: rgb(101,186,206); }
H1.HeaderClassName
{
color: #65BACE;
}
.AnyTagClassName
{
color: #65BACE;
}
</style>
background-color css
<style>
a { background-color: #65BACE; }
a { background-color: rgb(101,186,206); }
div.DivClassName
{
background-color: #65BACE;
}
.BgClassName
{
background-color: #65BACE;
}
</style>
border-color css
<style>
span { border-color: #65BACE; }
span { border-color: rgb(101,186,206); }
td.TdClassName
{
border-color: #65BACE;
}
.TagClassName
{
border-color: #65BACE;
}
</style>