Shades of Seagull #65BCCD
Tints of Seagull #65BCCD
RGB
CMYK
RGB Variations
Color information
#65BCCD (or 0x65BCCD) is known color: Seagull. HEX triplet: 65, BC and CD. RGB value is (101,188,205). Sum of RGB (Red+Green+Blue) = 101+188+205=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #65BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCCD is #9A4332. Grayscale: #A3A3A3. Windows color (decimal): -10109747 or 13483109. OLE color: 13483109.
HSL color Cylindrical-coordinate representation of color #65BCCD: hue angle of 189.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65BCCD is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 188 | 205 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.20 |
| HSL | 189.81º | 0.51% | 0.6% | - |
| HSV(B) | 189.81º | 0.51% | 0.8% | - |
| XYZ | 34.37 | 43.14 | 64.27 | - |
| YUV | 163.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 205 | 0.51 | 0.08 | 0 | 0.20 | 189.81 | 0.51 | 0.6 |
| Hex | 65 | BC | CD | 33 | 8 | 0 | 14 | BE | 33 | 3C |
| Octal | 145 | 274 | 315 | 63 | 10 | 0 | 24 | 276 | 63 | 74 |
| Binary | 1100101 | 10111100 | 11001101 | 110011 | 1000 | 0 | 10100 | 10111110 | 110011 | 111100 |
Color Harmonies of #65BCCD
Complementary color
Monochromatic Colors of #65BCCD
Black with #65BCCD
Text Example
Text Example
White with #65BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCCD; }
p { color: rgb(101,188,205); }
H1.HeaderClassName
{
color: #65BCCD;
}
.AnyTagClassName
{
color: #65BCCD;
}
</style>
background-color css
<style>
a { background-color: #65BCCD; }
a { background-color: rgb(101,188,205); }
div.DivClassName
{
background-color: #65BCCD;
}
.BgClassName
{
background-color: #65BCCD;
}
</style>
border-color css
<style>
span { border-color: #65BCCD; }
span { border-color: rgb(101,188,205); }
td.TdClassName
{
border-color: #65BCCD;
}
.TagClassName
{
border-color: #65BCCD;
}
</style>