Shades of Seagull #65BDD0
Tints of Seagull #65BDD0
RGB
CMYK
RGB Variations
Color information
#65BDD0 (or 0x65BDD0) is known color: Seagull. HEX triplet: 65, BD and D0. RGB value is (101,189,208). Sum of RGB (Red+Green+Blue) = 101+189+208=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #65BDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDD0 is #9A422F. Grayscale: #A4A4A4. Windows color (decimal): -10109488 or 13679973. OLE color: 13679973.
HSL color Cylindrical-coordinate representation of color #65BDD0: hue angle of 190.65º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65BDD0 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 189 | 208 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.18 |
| HSL | 190.65º | 0.53% | 0.61% | - |
| HSV(B) | 190.65º | 0.51% | 0.82% | - |
| XYZ | 34.95 | 43.72 | 66.27 | - |
| YUV | 164.85 | 152.35 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 208 | 0.51 | 0.09 | 0 | 0.18 | 190.65 | 0.53 | 0.61 |
| Hex | 65 | BD | D0 | 33 | 9 | 0 | 12 | BF | 35 | 3D |
| Octal | 145 | 275 | 320 | 63 | 11 | 0 | 22 | 277 | 65 | 75 |
| Binary | 1100101 | 10111101 | 11010000 | 110011 | 1001 | 0 | 10010 | 10111111 | 110101 | 111101 |
Color Harmonies of #65BDD0
Complementary color
Monochromatic Colors of #65BDD0
Black with #65BDD0
Text Example
Text Example
White with #65BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDD0; }
p { color: rgb(101,189,208); }
H1.HeaderClassName
{
color: #65BDD0;
}
.AnyTagClassName
{
color: #65BDD0;
}
</style>
background-color css
<style>
a { background-color: #65BDD0; }
a { background-color: rgb(101,189,208); }
div.DivClassName
{
background-color: #65BDD0;
}
.BgClassName
{
background-color: #65BDD0;
}
</style>
border-color css
<style>
span { border-color: #65BDD0; }
span { border-color: rgb(101,189,208); }
td.TdClassName
{
border-color: #65BDD0;
}
.TagClassName
{
border-color: #65BDD0;
}
</style>