Shades of Seagull #65BACB
Tints of Seagull #65BACB
RGB
CMYK
RGB Variations
Color information
#65BACB (or 0x65BACB) is known color: Seagull. HEX triplet: 65, BA and CB. RGB value is (101,186,203). Sum of RGB (Red+Green+Blue) = 101+186+203=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #65BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BACB is #9A4534. Grayscale: #A2A2A2. Windows color (decimal): -10110261 or 13351525. OLE color: 13351525.
HSL color Cylindrical-coordinate representation of color #65BACB: hue angle of 190º 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 #65BACB is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 186 | 203 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.20 |
| HSL | 190º | 0.5% | 0.6% | - |
| HSV(B) | 190º | 0.5% | 0.8% | - |
| XYZ | 33.71 | 42.2 | 62.87 | - |
| YUV | 162.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 203 | 0.50 | 0.08 | 0 | 0.20 | 190 | 0.5 | 0.6 |
| Hex | 65 | BA | CB | 32 | 8 | 0 | 14 | BE | 32 | 3C |
| Octal | 145 | 272 | 313 | 62 | 10 | 0 | 24 | 276 | 62 | 74 |
| Binary | 1100101 | 10111010 | 11001011 | 110010 | 1000 | 0 | 10100 | 10111110 | 110010 | 111100 |
Color Harmonies of #65BACB
Complementary color
Monochromatic Colors of #65BACB
Black with #65BACB
Text Example
Text Example
White with #65BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BACB; }
p { color: rgb(101,186,203); }
H1.HeaderClassName
{
color: #65BACB;
}
.AnyTagClassName
{
color: #65BACB;
}
</style>
background-color css
<style>
a { background-color: #65BACB; }
a { background-color: rgb(101,186,203); }
div.DivClassName
{
background-color: #65BACB;
}
.BgClassName
{
background-color: #65BACB;
}
</style>
border-color css
<style>
span { border-color: #65BACB; }
span { border-color: rgb(101,186,203); }
td.TdClassName
{
border-color: #65BACB;
}
.TagClassName
{
border-color: #65BACB;
}
</style>