Shades of Seagull #64B7CD
Tints of Seagull #64B7CD
RGB
CMYK
RGB Variations
Color information
#64B7CD (or 0x64B7CD) is known color: Seagull. HEX triplet: 64, B7 and CD. RGB value is (100,183,205). Sum of RGB (Red+Green+Blue) = 100+183+205=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #64B7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7CD is #9B4832. Grayscale: #A0A0A0. Windows color (decimal): -10176563 or 13481828. OLE color: 13481828.
HSL color Cylindrical-coordinate representation of color #64B7CD: hue angle of 192.57º 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 #64B7CD is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 183 | 205 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.20 |
| HSL | 192.57º | 0.51% | 0.6% | - |
| HSV(B) | 192.57º | 0.51% | 0.8% | - |
| XYZ | 33.21 | 40.98 | 63.92 | - |
| YUV | 160.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 205 | 0.51 | 0.11 | 0 | 0.20 | 192.57 | 0.51 | 0.6 |
| Hex | 64 | B7 | CD | 33 | B | 0 | 14 | C1 | 33 | 3C |
| Octal | 144 | 267 | 315 | 63 | 13 | 0 | 24 | 301 | 63 | 74 |
| Binary | 1100100 | 10110111 | 11001101 | 110011 | 1011 | 0 | 10100 | 11000001 | 110011 | 111100 |
Color Harmonies of #64B7CD
Complementary color
Monochromatic Colors of #64B7CD
Black with #64B7CD
Text Example
Text Example
White with #64B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7CD; }
p { color: rgb(100,183,205); }
H1.HeaderClassName
{
color: #64B7CD;
}
.AnyTagClassName
{
color: #64B7CD;
}
</style>
background-color css
<style>
a { background-color: #64B7CD; }
a { background-color: rgb(100,183,205); }
div.DivClassName
{
background-color: #64B7CD;
}
.BgClassName
{
background-color: #64B7CD;
}
</style>
border-color css
<style>
span { border-color: #64B7CD; }
span { border-color: rgb(100,183,205); }
td.TdClassName
{
border-color: #64B7CD;
}
.TagClassName
{
border-color: #64B7CD;
}
</style>