Shades of Seagull #65BBCD
Tints of Seagull #65BBCD
RGB
CMYK
RGB Variations
Color information
#65BBCD (or 0x65BBCD) is known color: Seagull. HEX triplet: 65, BB and CD. RGB value is (101,187,205). Sum of RGB (Red+Green+Blue) = 101+187+205=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #65BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBCD is #9A4432. Grayscale: #A3A3A3. Windows color (decimal): -10110003 or 13482853. OLE color: 13482853.
HSL color Cylindrical-coordinate representation of color #65BBCD: hue angle of 190.38º 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 #65BBCD is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 187 | 205 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.20 |
| HSL | 190.38º | 0.51% | 0.6% | - |
| HSV(B) | 190.38º | 0.51% | 0.8% | - |
| XYZ | 34.16 | 42.72 | 64.2 | - |
| YUV | 163.34 | 151.51 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 205 | 0.51 | 0.09 | 0 | 0.20 | 190.38 | 0.51 | 0.6 |
| Hex | 65 | BB | CD | 33 | 9 | 0 | 14 | BE | 33 | 3C |
| Octal | 145 | 273 | 315 | 63 | 11 | 0 | 24 | 276 | 63 | 74 |
| Binary | 1100101 | 10111011 | 11001101 | 110011 | 1001 | 0 | 10100 | 10111110 | 110011 | 111100 |
Color Harmonies of #65BBCD
Complementary color
Monochromatic Colors of #65BBCD
Black with #65BBCD
Text Example
Text Example
White with #65BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BBCD; }
p { color: rgb(101,187,205); }
H1.HeaderClassName
{
color: #65BBCD;
}
.AnyTagClassName
{
color: #65BBCD;
}
</style>
background-color css
<style>
a { background-color: #65BBCD; }
a { background-color: rgb(101,187,205); }
div.DivClassName
{
background-color: #65BBCD;
}
.BgClassName
{
background-color: #65BBCD;
}
</style>
border-color css
<style>
span { border-color: #65BBCD; }
span { border-color: rgb(101,187,205); }
td.TdClassName
{
border-color: #65BBCD;
}
.TagClassName
{
border-color: #65BBCD;
}
</style>