Shades of Seagull #64B2CD
Tints of Seagull #64B2CD
RGB
CMYK
RGB Variations
Color information
#64B2CD (or 0x64B2CD) is known color: Seagull. HEX triplet: 64, B2 and CD. RGB value is (100,178,205). Sum of RGB (Red+Green+Blue) = 100+178+205=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #64B2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B2CD is #9B4D32. Grayscale: #9D9D9D. Windows color (decimal): -10177843 or 13480548. OLE color: 13480548.
HSL color Cylindrical-coordinate representation of color #64B2CD: hue angle of 195.43º 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 #64B2CD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 178 | 205 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.20 |
| HSL | 195.43º | 0.51% | 0.6% | - |
| HSV(B) | 195.43º | 0.51% | 0.8% | - |
| XYZ | 32.2 | 38.96 | 63.58 | - |
| YUV | 157.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 205 | 0.51 | 0.13 | 0 | 0.20 | 195.43 | 0.51 | 0.6 |
| Hex | 64 | B2 | CD | 33 | D | 0 | 14 | C3 | 33 | 3C |
| Octal | 144 | 262 | 315 | 63 | 15 | 0 | 24 | 303 | 63 | 74 |
| Binary | 1100100 | 10110010 | 11001101 | 110011 | 1101 | 0 | 10100 | 11000011 | 110011 | 111100 |
Color Harmonies of #64B2CD
Complementary color
Monochromatic Colors of #64B2CD
Black with #64B2CD
Text Example
Text Example
White with #64B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B2CD; }
p { color: rgb(100,178,205); }
H1.HeaderClassName
{
color: #64B2CD;
}
.AnyTagClassName
{
color: #64B2CD;
}
</style>
background-color css
<style>
a { background-color: #64B2CD; }
a { background-color: rgb(100,178,205); }
div.DivClassName
{
background-color: #64B2CD;
}
.BgClassName
{
background-color: #64B2CD;
}
</style>
border-color css
<style>
span { border-color: #64B2CD; }
span { border-color: rgb(100,178,205); }
td.TdClassName
{
border-color: #64B2CD;
}
.TagClassName
{
border-color: #64B2CD;
}
</style>