Shades of Seagull #64B5CE
Tints of Seagull #64B5CE
RGB
CMYK
RGB Variations
Color information
#64B5CE (or 0x64B5CE) is known color: Seagull. HEX triplet: 64, B5 and CE. RGB value is (100,181,206). Sum of RGB (Red+Green+Blue) = 100+181+206=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #64B5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B5CE is #9B4A31. Grayscale: #9F9F9F. Windows color (decimal): -10177074 or 13546852. OLE color: 13546852.
HSL color Cylindrical-coordinate representation of color #64B5CE: hue angle of 194.15º 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 #64B5CE is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 181 | 206 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.19 |
| HSL | 194.15º | 0.52% | 0.6% | - |
| HSV(B) | 194.15º | 0.51% | 0.81% | - |
| XYZ | 32.92 | 40.21 | 64.42 | - |
| YUV | 159.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 206 | 0.51 | 0.12 | 0 | 0.19 | 194.15 | 0.52 | 0.6 |
| Hex | 64 | B5 | CE | 33 | C | 0 | 13 | C2 | 34 | 3C |
| Octal | 144 | 265 | 316 | 63 | 14 | 0 | 23 | 302 | 64 | 74 |
| Binary | 1100100 | 10110101 | 11001110 | 110011 | 1100 | 0 | 10011 | 11000010 | 110100 | 111100 |
Color Harmonies of #64B5CE
Complementary color
Monochromatic Colors of #64B5CE
Black with #64B5CE
Text Example
Text Example
White with #64B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B5CE; }
p { color: rgb(100,181,206); }
H1.HeaderClassName
{
color: #64B5CE;
}
.AnyTagClassName
{
color: #64B5CE;
}
</style>
background-color css
<style>
a { background-color: #64B5CE; }
a { background-color: rgb(100,181,206); }
div.DivClassName
{
background-color: #64B5CE;
}
.BgClassName
{
background-color: #64B5CE;
}
</style>
border-color css
<style>
span { border-color: #64B5CE; }
span { border-color: rgb(100,181,206); }
td.TdClassName
{
border-color: #64B5CE;
}
.TagClassName
{
border-color: #64B5CE;
}
</style>