Shades of Seagull #65BECB
Tints of Seagull #65BECB
RGB
CMYK
RGB Variations
Color information
#65BECB (or 0x65BECB) is known color: Seagull. HEX triplet: 65, BE and CB. RGB value is (101,190,203). Sum of RGB (Red+Green+Blue) = 101+190+203=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #65BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BECB is #9A4134. Grayscale: #A4A4A4. Windows color (decimal): -10109237 or 13352549. OLE color: 13352549.
HSL color Cylindrical-coordinate representation of color #65BECB: hue angle of 187.65º 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 #65BECB is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 190 | 203 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.20 |
| HSL | 187.65º | 0.5% | 0.6% | - |
| HSV(B) | 187.65º | 0.5% | 0.8% | - |
| XYZ | 34.56 | 43.91 | 63.15 | - |
| YUV | 164.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 203 | 0.50 | 0.06 | 0 | 0.20 | 187.65 | 0.5 | 0.6 |
| Hex | 65 | BE | CB | 32 | 6 | 0 | 14 | BC | 32 | 3C |
| Octal | 145 | 276 | 313 | 62 | 6 | 0 | 24 | 274 | 62 | 74 |
| Binary | 1100101 | 10111110 | 11001011 | 110010 | 110 | 0 | 10100 | 10111100 | 110010 | 111100 |
Color Harmonies of #65BECB
Complementary color
Monochromatic Colors of #65BECB
Black with #65BECB
Text Example
Text Example
White with #65BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BECB; }
p { color: rgb(101,190,203); }
H1.HeaderClassName
{
color: #65BECB;
}
.AnyTagClassName
{
color: #65BECB;
}
</style>
background-color css
<style>
a { background-color: #65BECB; }
a { background-color: rgb(101,190,203); }
div.DivClassName
{
background-color: #65BECB;
}
.BgClassName
{
background-color: #65BECB;
}
</style>
border-color css
<style>
span { border-color: #65BECB; }
span { border-color: rgb(101,190,203); }
td.TdClassName
{
border-color: #65BECB;
}
.TagClassName
{
border-color: #65BECB;
}
</style>