Shades of Seagull #65B8CD
Tints of Seagull #65B8CD
RGB
CMYK
RGB Variations
Color information
#65B8CD (or 0x65B8CD) is known color: Seagull. HEX triplet: 65, B8 and CD. RGB value is (101,184,205). Sum of RGB (Red+Green+Blue) = 101+184+205=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #65B8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B8CD is #9A4732. Grayscale: #A1A1A1. Windows color (decimal): -10110771 or 13482085. OLE color: 13482085.
HSL color Cylindrical-coordinate representation of color #65B8CD: hue angle of 192.12º 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 #65B8CD is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 184 | 205 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.20 |
| HSL | 192.12º | 0.51% | 0.6% | - |
| HSV(B) | 192.12º | 0.51% | 0.8% | - |
| XYZ | 33.53 | 41.46 | 63.99 | - |
| YUV | 161.58 | 152.5 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 205 | 0.51 | 0.10 | 0 | 0.20 | 192.12 | 0.51 | 0.6 |
| Hex | 65 | B8 | CD | 33 | A | 0 | 14 | C0 | 33 | 3C |
| Octal | 145 | 270 | 315 | 63 | 12 | 0 | 24 | 300 | 63 | 74 |
| Binary | 1100101 | 10111000 | 11001101 | 110011 | 1010 | 0 | 10100 | 11000000 | 110011 | 111100 |
Color Harmonies of #65B8CD
Complementary color
Monochromatic Colors of #65B8CD
Black with #65B8CD
Text Example
Text Example
White with #65B8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B8CD; }
p { color: rgb(101,184,205); }
H1.HeaderClassName
{
color: #65B8CD;
}
.AnyTagClassName
{
color: #65B8CD;
}
</style>
background-color css
<style>
a { background-color: #65B8CD; }
a { background-color: rgb(101,184,205); }
div.DivClassName
{
background-color: #65B8CD;
}
.BgClassName
{
background-color: #65B8CD;
}
</style>
border-color css
<style>
span { border-color: #65B8CD; }
span { border-color: rgb(101,184,205); }
td.TdClassName
{
border-color: #65B8CD;
}
.TagClassName
{
border-color: #65B8CD;
}
</style>