Shades of Seagull #64B9CC
Tints of Seagull #64B9CC
RGB
CMYK
RGB Variations
Color information
#64B9CC (or 0x64B9CC) is known color: Seagull. HEX triplet: 64, B9 and CC. RGB value is (100,185,204). Sum of RGB (Red+Green+Blue) = 100+185+204=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #64B9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B9CC is #9B4633. Grayscale: #A1A1A1. Windows color (decimal): -10176052 or 13416804. OLE color: 13416804.
HSL color Cylindrical-coordinate representation of color #64B9CC: hue angle of 190.96º degrees, saturation: 0.5, 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 #64B9CC is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 185 | 204 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.2 |
| HSL | 190.96º | 0.5% | 0.6% | - |
| HSV(B) | 190.96º | 0.51% | 0.8% | - |
| XYZ | 33.5 | 41.77 | 63.42 | - |
| YUV | 161.75 | 151.84 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 204 | 0.51 | 0.09 | 0 | 0.2 | 190.96 | 0.5 | 0.6 |
| Hex | 64 | B9 | CC | 33 | 9 | 0 | 14 | BF | 32 | 3C |
| Octal | 144 | 271 | 314 | 63 | 11 | 0 | 24 | 277 | 62 | 74 |
| Binary | 1100100 | 10111001 | 11001100 | 110011 | 1001 | 0 | 10100 | 10111111 | 110010 | 111100 |
Color Harmonies of #64B9CC
Complementary color
Monochromatic Colors of #64B9CC
Black with #64B9CC
Text Example
Text Example
White with #64B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B9CC; }
p { color: rgb(100,185,204); }
H1.HeaderClassName
{
color: #64B9CC;
}
.AnyTagClassName
{
color: #64B9CC;
}
</style>
background-color css
<style>
a { background-color: #64B9CC; }
a { background-color: rgb(100,185,204); }
div.DivClassName
{
background-color: #64B9CC;
}
.BgClassName
{
background-color: #64B9CC;
}
</style>
border-color css
<style>
span { border-color: #64B9CC; }
span { border-color: rgb(100,185,204); }
td.TdClassName
{
border-color: #64B9CC;
}
.TagClassName
{
border-color: #64B9CC;
}
</style>