Shades of Seagull #65BECF
Tints of Seagull #65BECF
RGB
CMYK
RGB Variations
Color information
#65BECF (or 0x65BECF) is known color: Seagull. HEX triplet: 65, BE and CF. RGB value is (101,190,207). Sum of RGB (Red+Green+Blue) = 101+190+207=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #65BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BECF is #9A4130. Grayscale: #A5A5A5. Windows color (decimal): -10109233 or 13614693. OLE color: 13614693.
HSL color Cylindrical-coordinate representation of color #65BECF: hue angle of 189.62º 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 #65BECF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 190 | 207 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.19 |
| HSL | 189.62º | 0.52% | 0.6% | - |
| HSV(B) | 189.62º | 0.51% | 0.81% | - |
| XYZ | 35.04 | 44.1 | 65.7 | - |
| YUV | 165.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 207 | 0.51 | 0.08 | 0 | 0.19 | 189.62 | 0.52 | 0.6 |
| Hex | 65 | BE | CF | 33 | 8 | 0 | 13 | BE | 34 | 3C |
| Octal | 145 | 276 | 317 | 63 | 10 | 0 | 23 | 276 | 64 | 74 |
| Binary | 1100101 | 10111110 | 11001111 | 110011 | 1000 | 0 | 10011 | 10111110 | 110100 | 111100 |
Color Harmonies of #65BECF
Complementary color
Monochromatic Colors of #65BECF
Black with #65BECF
Text Example
Text Example
White with #65BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BECF; }
p { color: rgb(101,190,207); }
H1.HeaderClassName
{
color: #65BECF;
}
.AnyTagClassName
{
color: #65BECF;
}
</style>
background-color css
<style>
a { background-color: #65BECF; }
a { background-color: rgb(101,190,207); }
div.DivClassName
{
background-color: #65BECF;
}
.BgClassName
{
background-color: #65BECF;
}
</style>
border-color css
<style>
span { border-color: #65BECF; }
span { border-color: rgb(101,190,207); }
td.TdClassName
{
border-color: #65BECF;
}
.TagClassName
{
border-color: #65BECF;
}
</style>