Shades of Seagull #64BCD1
Tints of Seagull #64BCD1
RGB
CMYK
RGB Variations
Color information
#64BCD1 (or 0x64BCD1) is known color: Seagull. HEX triplet: 64, BC and D1. RGB value is (100,188,209). Sum of RGB (Red+Green+Blue) = 100+188+209=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #64BCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCD1 is #9B432E. Grayscale: #A3A3A3. Windows color (decimal): -10175279 or 13745252. OLE color: 13745252.
HSL color Cylindrical-coordinate representation of color #64BCD1: hue angle of 191.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64BCD1 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 188 | 209 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.18 |
| HSL | 191.56º | 0.54% | 0.61% | - |
| HSV(B) | 191.56º | 0.52% | 0.82% | - |
| XYZ | 34.75 | 43.28 | 66.84 | - |
| YUV | 164.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 209 | 0.52 | 0.10 | 0 | 0.18 | 191.56 | 0.54 | 0.61 |
| Hex | 64 | BC | D1 | 34 | A | 0 | 12 | C0 | 36 | 3D |
| Octal | 144 | 274 | 321 | 64 | 12 | 0 | 22 | 300 | 66 | 75 |
| Binary | 1100100 | 10111100 | 11010001 | 110100 | 1010 | 0 | 10010 | 11000000 | 110110 | 111101 |
Color Harmonies of #64BCD1
Complementary color
Monochromatic Colors of #64BCD1
Black with #64BCD1
Text Example
Text Example
White with #64BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCD1; }
p { color: rgb(100,188,209); }
H1.HeaderClassName
{
color: #64BCD1;
}
.AnyTagClassName
{
color: #64BCD1;
}
</style>
background-color css
<style>
a { background-color: #64BCD1; }
a { background-color: rgb(100,188,209); }
div.DivClassName
{
background-color: #64BCD1;
}
.BgClassName
{
background-color: #64BCD1;
}
</style>
border-color css
<style>
span { border-color: #64BCD1; }
span { border-color: rgb(100,188,209); }
td.TdClassName
{
border-color: #64BCD1;
}
.TagClassName
{
border-color: #64BCD1;
}
</style>