Shades of Seagull #64B0CA
Tints of Seagull #64B0CA
RGB
CMYK
RGB Variations
Color information
#64B0CA (or 0x64B0CA) is known color: Seagull. HEX triplet: 64, B0 and CA. RGB value is (100,176,202). Sum of RGB (Red+Green+Blue) = 100+176+202=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #64B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B0CA is #9B4F35. Grayscale: #9C9C9C. Windows color (decimal): -10178358 or 13283428. OLE color: 13283428.
HSL color Cylindrical-coordinate representation of color #64B0CA: hue angle of 195.29º degrees, saturation: 0.49, 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 #64B0CA is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 176 | 202 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.21 |
| HSL | 195.29º | 0.49% | 0.59% | - |
| HSV(B) | 195.29º | 0.5% | 0.79% | - |
| XYZ | 31.44 | 38.02 | 61.56 | - |
| YUV | 156.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 202 | 0.50 | 0.13 | 0 | 0.21 | 195.29 | 0.49 | 0.59 |
| Hex | 64 | B0 | CA | 32 | D | 0 | 15 | C3 | 31 | 3B |
| Octal | 144 | 260 | 312 | 62 | 15 | 0 | 25 | 303 | 61 | 73 |
| Binary | 1100100 | 10110000 | 11001010 | 110010 | 1101 | 0 | 10101 | 11000011 | 110001 | 111011 |
Color Harmonies of #64B0CA
Complementary color
Monochromatic Colors of #64B0CA
Black with #64B0CA
Text Example
Text Example
White with #64B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B0CA; }
p { color: rgb(100,176,202); }
H1.HeaderClassName
{
color: #64B0CA;
}
.AnyTagClassName
{
color: #64B0CA;
}
</style>
background-color css
<style>
a { background-color: #64B0CA; }
a { background-color: rgb(100,176,202); }
div.DivClassName
{
background-color: #64B0CA;
}
.BgClassName
{
background-color: #64B0CA;
}
</style>
border-color css
<style>
span { border-color: #64B0CA; }
span { border-color: rgb(100,176,202); }
td.TdClassName
{
border-color: #64B0CA;
}
.TagClassName
{
border-color: #64B0CA;
}
</style>