Shades of Seagull #64BCCA
Tints of Seagull #64BCCA
RGB
CMYK
RGB Variations
Color information
#64BCCA (or 0x64BCCA) is known color: Seagull. HEX triplet: 64, BC and CA. RGB value is (100,188,202). Sum of RGB (Red+Green+Blue) = 100+188+202=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #64BCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCCA is #9B4335. Grayscale: #A3A3A3. Windows color (decimal): -10175286 or 13286500. OLE color: 13286500.
HSL color Cylindrical-coordinate representation of color #64BCCA: hue angle of 188.24º 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 #64BCCA is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 188 | 202 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.21 |
| HSL | 188.24º | 0.49% | 0.59% | - |
| HSV(B) | 188.24º | 0.5% | 0.79% | - |
| XYZ | 33.9 | 42.94 | 62.38 | - |
| YUV | 163.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 202 | 0.50 | 0.07 | 0 | 0.21 | 188.24 | 0.49 | 0.59 |
| Hex | 64 | BC | CA | 32 | 7 | 0 | 15 | BC | 31 | 3B |
| Octal | 144 | 274 | 312 | 62 | 7 | 0 | 25 | 274 | 61 | 73 |
| Binary | 1100100 | 10111100 | 11001010 | 110010 | 111 | 0 | 10101 | 10111100 | 110001 | 111011 |
Color Harmonies of #64BCCA
Complementary color
Monochromatic Colors of #64BCCA
Black with #64BCCA
Text Example
Text Example
White with #64BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCCA; }
p { color: rgb(100,188,202); }
H1.HeaderClassName
{
color: #64BCCA;
}
.AnyTagClassName
{
color: #64BCCA;
}
</style>
background-color css
<style>
a { background-color: #64BCCA; }
a { background-color: rgb(100,188,202); }
div.DivClassName
{
background-color: #64BCCA;
}
.BgClassName
{
background-color: #64BCCA;
}
</style>
border-color css
<style>
span { border-color: #64BCCA; }
span { border-color: rgb(100,188,202); }
td.TdClassName
{
border-color: #64BCCA;
}
.TagClassName
{
border-color: #64BCCA;
}
</style>