Shades of Seagull #64BCC8
Tints of Seagull #64BCC8
RGB
CMYK
RGB Variations
Color information
#64BCC8 (or 0x64BCC8) is known color: Seagull. HEX triplet: 64, BC and C8. RGB value is (100,188,200). Sum of RGB (Red+Green+Blue) = 100+188+200=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #64BCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCC8 is #9B4337. Grayscale: #A2A2A2. Windows color (decimal): -10175288 or 13155428. OLE color: 13155428.
HSL color Cylindrical-coordinate representation of color #64BCC8: hue angle of 187.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BCC8 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 188 | 200 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.22 |
| HSL | 187.2º | 0.48% | 0.59% | - |
| HSV(B) | 187.2º | 0.5% | 0.78% | - |
| XYZ | 33.66 | 42.85 | 61.14 | - |
| YUV | 163.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 200 | 0.5 | 0.06 | 0 | 0.22 | 187.2 | 0.48 | 0.59 |
| Hex | 64 | BC | C8 | 32 | 6 | 0 | 16 | BB | 30 | 3B |
| Octal | 144 | 274 | 310 | 62 | 6 | 0 | 26 | 273 | 60 | 73 |
| Binary | 1100100 | 10111100 | 11001000 | 110010 | 110 | 0 | 10110 | 10111011 | 110000 | 111011 |
Color Harmonies of #64BCC8
Complementary color
Monochromatic Colors of #64BCC8
Black with #64BCC8
Text Example
Text Example
White with #64BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCC8; }
p { color: rgb(100,188,200); }
H1.HeaderClassName
{
color: #64BCC8;
}
.AnyTagClassName
{
color: #64BCC8;
}
</style>
background-color css
<style>
a { background-color: #64BCC8; }
a { background-color: rgb(100,188,200); }
div.DivClassName
{
background-color: #64BCC8;
}
.BgClassName
{
background-color: #64BCC8;
}
</style>
border-color css
<style>
span { border-color: #64BCC8; }
span { border-color: rgb(100,188,200); }
td.TdClassName
{
border-color: #64BCC8;
}
.TagClassName
{
border-color: #64BCC8;
}
</style>