Shades of Seagull #64BDC9
Tints of Seagull #64BDC9
RGB
CMYK
RGB Variations
Color information
#64BDC9 (or 0x64BDC9) is known color: Seagull. HEX triplet: 64, BD and C9. RGB value is (100,189,201). Sum of RGB (Red+Green+Blue) = 100+189+201=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #64BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDC9 is #9B4236. Grayscale: #A3A3A3. Windows color (decimal): -10175031 or 13221220. OLE color: 13221220.
HSL color Cylindrical-coordinate representation of color #64BDC9: hue angle of 187.13º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BDC9 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 189 | 201 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.21 |
| HSL | 187.13º | 0.48% | 0.59% | - |
| HSV(B) | 187.13º | 0.5% | 0.79% | - |
| XYZ | 34 | 43.32 | 61.83 | - |
| YUV | 163.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 201 | 0.50 | 0.06 | 0 | 0.21 | 187.13 | 0.48 | 0.59 |
| Hex | 64 | BD | C9 | 32 | 6 | 0 | 15 | BB | 30 | 3B |
| Octal | 144 | 275 | 311 | 62 | 6 | 0 | 25 | 273 | 60 | 73 |
| Binary | 1100100 | 10111101 | 11001001 | 110010 | 110 | 0 | 10101 | 10111011 | 110000 | 111011 |
Color Harmonies of #64BDC9
Complementary color
Monochromatic Colors of #64BDC9
Black with #64BDC9
Text Example
Text Example
White with #64BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDC9; }
p { color: rgb(100,189,201); }
H1.HeaderClassName
{
color: #64BDC9;
}
.AnyTagClassName
{
color: #64BDC9;
}
</style>
background-color css
<style>
a { background-color: #64BDC9; }
a { background-color: rgb(100,189,201); }
div.DivClassName
{
background-color: #64BDC9;
}
.BgClassName
{
background-color: #64BDC9;
}
</style>
border-color css
<style>
span { border-color: #64BDC9; }
span { border-color: rgb(100,189,201); }
td.TdClassName
{
border-color: #64BDC9;
}
.TagClassName
{
border-color: #64BDC9;
}
</style>