Shades of Seagull #65B0CA
Tints of Seagull #65B0CA
RGB
CMYK
RGB Variations
Color information
#65B0CA (or 0x65B0CA) is known color: Seagull. HEX triplet: 65, B0 and CA. RGB value is (101,176,202). Sum of RGB (Red+Green+Blue) = 101+176+202=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #65B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0CA is #9A4F35. Grayscale: #9C9C9C. Windows color (decimal): -10112822 or 13283429. OLE color: 13283429.
HSL color Cylindrical-coordinate representation of color #65B0CA: hue angle of 195.45º degrees, saturation: 0.49, 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 #65B0CA is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 176 | 202 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.21 |
| HSL | 195.45º | 0.49% | 0.59% | - |
| HSV(B) | 195.45º | 0.5% | 0.79% | - |
| XYZ | 31.55 | 38.08 | 61.56 | - |
| YUV | 156.54 | 153.65 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 202 | 0.50 | 0.13 | 0 | 0.21 | 195.45 | 0.49 | 0.59 |
| Hex | 65 | B0 | CA | 32 | D | 0 | 15 | C3 | 31 | 3B |
| Octal | 145 | 260 | 312 | 62 | 15 | 0 | 25 | 303 | 61 | 73 |
| Binary | 1100101 | 10110000 | 11001010 | 110010 | 1101 | 0 | 10101 | 11000011 | 110001 | 111011 |
Color Harmonies of #65B0CA
Complementary color
Monochromatic Colors of #65B0CA
Black with #65B0CA
Text Example
Text Example
White with #65B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B0CA; }
p { color: rgb(101,176,202); }
H1.HeaderClassName
{
color: #65B0CA;
}
.AnyTagClassName
{
color: #65B0CA;
}
</style>
background-color css
<style>
a { background-color: #65B0CA; }
a { background-color: rgb(101,176,202); }
div.DivClassName
{
background-color: #65B0CA;
}
.BgClassName
{
background-color: #65B0CA;
}
</style>
border-color css
<style>
span { border-color: #65B0CA; }
span { border-color: rgb(101,176,202); }
td.TdClassName
{
border-color: #65B0CA;
}
.TagClassName
{
border-color: #65B0CA;
}
</style>