Shades of Seagull #64BFCC
Tints of Seagull #64BFCC
RGB
CMYK
RGB Variations
Color information
#64BFCC (or 0x64BFCC) is known color: Seagull. HEX triplet: 64, BF and CC. RGB value is (100,191,204). Sum of RGB (Red+Green+Blue) = 100+191+204=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #64BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFCC is #9B4033. Grayscale: #A5A5A5. Windows color (decimal): -10174516 or 13418340. OLE color: 13418340.
HSL color Cylindrical-coordinate representation of color #64BFCC: hue angle of 187.5º 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 #64BFCC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 191 | 204 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.2 |
| HSL | 187.5º | 0.5% | 0.6% | - |
| HSV(B) | 187.5º | 0.51% | 0.8% | - |
| XYZ | 34.79 | 44.33 | 63.85 | - |
| YUV | 165.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 204 | 0.51 | 0.06 | 0 | 0.2 | 187.5 | 0.5 | 0.6 |
| Hex | 64 | BF | CC | 33 | 6 | 0 | 14 | BC | 32 | 3C |
| Octal | 144 | 277 | 314 | 63 | 6 | 0 | 24 | 274 | 62 | 74 |
| Binary | 1100100 | 10111111 | 11001100 | 110011 | 110 | 0 | 10100 | 10111100 | 110010 | 111100 |
Color Harmonies of #64BFCC
Complementary color
Monochromatic Colors of #64BFCC
Black with #64BFCC
Text Example
Text Example
White with #64BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFCC; }
p { color: rgb(100,191,204); }
H1.HeaderClassName
{
color: #64BFCC;
}
.AnyTagClassName
{
color: #64BFCC;
}
</style>
background-color css
<style>
a { background-color: #64BFCC; }
a { background-color: rgb(100,191,204); }
div.DivClassName
{
background-color: #64BFCC;
}
.BgClassName
{
background-color: #64BFCC;
}
</style>
border-color css
<style>
span { border-color: #64BFCC; }
span { border-color: rgb(100,191,204); }
td.TdClassName
{
border-color: #64BFCC;
}
.TagClassName
{
border-color: #64BFCC;
}
</style>