Shades of Seagull #64BDCD
Tints of Seagull #64BDCD
RGB
CMYK
RGB Variations
Color information
#64BDCD (or 0x64BDCD) is known color: Seagull. HEX triplet: 64, BD and CD. RGB value is (100,189,205). Sum of RGB (Red+Green+Blue) = 100+189+205=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #64BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDCD is #9B4232. Grayscale: #A4A4A4. Windows color (decimal): -10175027 or 13483364. OLE color: 13483364.
HSL color Cylindrical-coordinate representation of color #64BDCD: hue angle of 189.14º 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 #64BDCD is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 189 | 205 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.20 |
| HSL | 189.14º | 0.51% | 0.6% | - |
| HSV(B) | 189.14º | 0.51% | 0.8% | - |
| XYZ | 34.47 | 43.51 | 64.34 | - |
| YUV | 164.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 205 | 0.51 | 0.08 | 0 | 0.20 | 189.14 | 0.51 | 0.6 |
| Hex | 64 | BD | CD | 33 | 8 | 0 | 14 | BD | 33 | 3C |
| Octal | 144 | 275 | 315 | 63 | 10 | 0 | 24 | 275 | 63 | 74 |
| Binary | 1100100 | 10111101 | 11001101 | 110011 | 1000 | 0 | 10100 | 10111101 | 110011 | 111100 |
Color Harmonies of #64BDCD
Complementary color
Monochromatic Colors of #64BDCD
Black with #64BDCD
Text Example
Text Example
White with #64BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDCD; }
p { color: rgb(100,189,205); }
H1.HeaderClassName
{
color: #64BDCD;
}
.AnyTagClassName
{
color: #64BDCD;
}
</style>
background-color css
<style>
a { background-color: #64BDCD; }
a { background-color: rgb(100,189,205); }
div.DivClassName
{
background-color: #64BDCD;
}
.BgClassName
{
background-color: #64BDCD;
}
</style>
border-color css
<style>
span { border-color: #64BDCD; }
span { border-color: rgb(100,189,205); }
td.TdClassName
{
border-color: #64BDCD;
}
.TagClassName
{
border-color: #64BDCD;
}
</style>