Shades of Seagull #65BDC9
Tints of Seagull #65BDC9
RGB
CMYK
RGB Variations
Color information
#65BDC9 (or 0x65BDC9) is known color: Seagull. HEX triplet: 65, BD and C9. RGB value is (101,189,201). Sum of RGB (Red+Green+Blue) = 101+189+201=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #65BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDC9 is #9A4236. Grayscale: #A3A3A3. Windows color (decimal): -10109495 or 13221221. OLE color: 13221221.
HSL color Cylindrical-coordinate representation of color #65BDC9: hue angle of 187.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BDC9 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 189 | 201 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.21 |
| HSL | 187.2º | 0.48% | 0.59% | - |
| HSV(B) | 187.2º | 0.5% | 0.79% | - |
| XYZ | 34.11 | 43.38 | 61.83 | - |
| YUV | 164.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 201 | 0.50 | 0.06 | 0 | 0.21 | 187.2 | 0.48 | 0.59 |
| Hex | 65 | BD | C9 | 32 | 6 | 0 | 15 | BB | 30 | 3B |
| Octal | 145 | 275 | 311 | 62 | 6 | 0 | 25 | 273 | 60 | 73 |
| Binary | 1100101 | 10111101 | 11001001 | 110010 | 110 | 0 | 10101 | 10111011 | 110000 | 111011 |
Color Harmonies of #65BDC9
Complementary color
Monochromatic Colors of #65BDC9
Black with #65BDC9
Text Example
Text Example
White with #65BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDC9; }
p { color: rgb(101,189,201); }
H1.HeaderClassName
{
color: #65BDC9;
}
.AnyTagClassName
{
color: #65BDC9;
}
</style>
background-color css
<style>
a { background-color: #65BDC9; }
a { background-color: rgb(101,189,201); }
div.DivClassName
{
background-color: #65BDC9;
}
.BgClassName
{
background-color: #65BDC9;
}
</style>
border-color css
<style>
span { border-color: #65BDC9; }
span { border-color: rgb(101,189,201); }
td.TdClassName
{
border-color: #65BDC9;
}
.TagClassName
{
border-color: #65BDC9;
}
</style>