Shades of Seagull #64B2CE
Tints of Seagull #64B2CE
RGB
CMYK
RGB Variations
Color information
#64B2CE (or 0x64B2CE) is known color: Seagull. HEX triplet: 64, B2 and CE. RGB value is (100,178,206). Sum of RGB (Red+Green+Blue) = 100+178+206=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #64B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B2CE is #9B4D31. Grayscale: #9D9D9D. Windows color (decimal): -10177842 or 13546084. OLE color: 13546084.
HSL color Cylindrical-coordinate representation of color #64B2CE: hue angle of 195.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64B2CE is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 178 | 206 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.19 |
| HSL | 195.85º | 0.52% | 0.6% | - |
| HSV(B) | 195.85º | 0.51% | 0.81% | - |
| XYZ | 32.32 | 39.01 | 64.22 | - |
| YUV | 157.87 | 155.16 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 206 | 0.51 | 0.14 | 0 | 0.19 | 195.85 | 0.52 | 0.6 |
| Hex | 64 | B2 | CE | 33 | E | 0 | 13 | C4 | 34 | 3C |
| Octal | 144 | 262 | 316 | 63 | 16 | 0 | 23 | 304 | 64 | 74 |
| Binary | 1100100 | 10110010 | 11001110 | 110011 | 1110 | 0 | 10011 | 11000100 | 110100 | 111100 |
Color Harmonies of #64B2CE
Complementary color
Monochromatic Colors of #64B2CE
Black with #64B2CE
Text Example
Text Example
White with #64B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B2CE; }
p { color: rgb(100,178,206); }
H1.HeaderClassName
{
color: #64B2CE;
}
.AnyTagClassName
{
color: #64B2CE;
}
</style>
background-color css
<style>
a { background-color: #64B2CE; }
a { background-color: rgb(100,178,206); }
div.DivClassName
{
background-color: #64B2CE;
}
.BgClassName
{
background-color: #64B2CE;
}
</style>
border-color css
<style>
span { border-color: #64B2CE; }
span { border-color: rgb(100,178,206); }
td.TdClassName
{
border-color: #64B2CE;
}
.TagClassName
{
border-color: #64B2CE;
}
</style>