Shades of Seagull #65B0CB
Tints of Seagull #65B0CB
RGB
CMYK
RGB Variations
Color information
#65B0CB (or 0x65B0CB) is known color: Seagull. HEX triplet: 65, B0 and CB. RGB value is (101,176,203). Sum of RGB (Red+Green+Blue) = 101+176+203=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #65B0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0CB is #9A4F34. Grayscale: #9C9C9C. Windows color (decimal): -10112821 or 13348965. OLE color: 13348965.
HSL color Cylindrical-coordinate representation of color #65B0CB: hue angle of 195.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65B0CB is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 176 | 203 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.20 |
| HSL | 195.88º | 0.5% | 0.6% | - |
| HSV(B) | 195.88º | 0.5% | 0.8% | - |
| XYZ | 31.67 | 38.13 | 62.19 | - |
| YUV | 156.65 | 154.15 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 203 | 0.50 | 0.13 | 0 | 0.20 | 195.88 | 0.5 | 0.6 |
| Hex | 65 | B0 | CB | 32 | D | 0 | 14 | C4 | 32 | 3C |
| Octal | 145 | 260 | 313 | 62 | 15 | 0 | 24 | 304 | 62 | 74 |
| Binary | 1100101 | 10110000 | 11001011 | 110010 | 1101 | 0 | 10100 | 11000100 | 110010 | 111100 |
Color Harmonies of #65B0CB
Complementary color
Monochromatic Colors of #65B0CB
Black with #65B0CB
Text Example
Text Example
White with #65B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B0CB; }
p { color: rgb(101,176,203); }
H1.HeaderClassName
{
color: #65B0CB;
}
.AnyTagClassName
{
color: #65B0CB;
}
</style>
background-color css
<style>
a { background-color: #65B0CB; }
a { background-color: rgb(101,176,203); }
div.DivClassName
{
background-color: #65B0CB;
}
.BgClassName
{
background-color: #65B0CB;
}
</style>
border-color css
<style>
span { border-color: #65B0CB; }
span { border-color: rgb(101,176,203); }
td.TdClassName
{
border-color: #65B0CB;
}
.TagClassName
{
border-color: #65B0CB;
}
</style>