Shades of Seagull #64B0CD
Tints of Seagull #64B0CD
RGB
CMYK
RGB Variations
Color information
#64B0CD (or 0x64B0CD) is known color: Seagull. HEX triplet: 64, B0 and CD. RGB value is (100,176,205). Sum of RGB (Red+Green+Blue) = 100+176+205=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #64B0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B0CD is #9B4F32. Grayscale: #9C9C9C. Windows color (decimal): -10178355 or 13480036. OLE color: 13480036.
HSL color Cylindrical-coordinate representation of color #64B0CD: hue angle of 196.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 #64B0CD is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 176 | 205 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.20 |
| HSL | 196.57º | 0.51% | 0.6% | - |
| HSV(B) | 196.57º | 0.51% | 0.8% | - |
| XYZ | 31.8 | 38.17 | 63.45 | - |
| YUV | 156.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 205 | 0.51 | 0.14 | 0 | 0.20 | 196.57 | 0.51 | 0.6 |
| Hex | 64 | B0 | CD | 33 | E | 0 | 14 | C5 | 33 | 3C |
| Octal | 144 | 260 | 315 | 63 | 16 | 0 | 24 | 305 | 63 | 74 |
| Binary | 1100100 | 10110000 | 11001101 | 110011 | 1110 | 0 | 10100 | 11000101 | 110011 | 111100 |
Color Harmonies of #64B0CD
Complementary color
Monochromatic Colors of #64B0CD
Black with #64B0CD
Text Example
Text Example
White with #64B0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B0CD; }
p { color: rgb(100,176,205); }
H1.HeaderClassName
{
color: #64B0CD;
}
.AnyTagClassName
{
color: #64B0CD;
}
</style>
background-color css
<style>
a { background-color: #64B0CD; }
a { background-color: rgb(100,176,205); }
div.DivClassName
{
background-color: #64B0CD;
}
.BgClassName
{
background-color: #64B0CD;
}
</style>
border-color css
<style>
span { border-color: #64B0CD; }
span { border-color: rgb(100,176,205); }
td.TdClassName
{
border-color: #64B0CD;
}
.TagClassName
{
border-color: #64B0CD;
}
</style>