Shades of Baby Blue #64FFFC
Tints of Baby Blue #64FFFC
RGB
CMYK
RGB Variations
Color information
#64FFFC (or 0x64FFFC) is known color: Baby Blue. HEX triplet: 64, FF and FC. RGB value is (100,255,252). Sum of RGB (Red+Green+Blue) = 100+255+252=607 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.47% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFFC is #9B0003. Grayscale: #D0D0D0. Windows color (decimal): -10158084 or 16580452. OLE color: 16580452.
HSL color Cylindrical-coordinate representation of color #64FFFC: hue angle of 178.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFFC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 252 | - |
| CMYK | 0.61 | 0 | 0.01 | 0 |
| HSL | 178.84º | 1% | 0.7% | - |
| HSV(B) | 178.84º | 0.61% | 1% | - |
| XYZ | 58.59 | 81.26 | 104.69 | - |
| YUV | 208.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 252 | 0.61 | 0 | 0.01 | 0 | 178.84 | 1 | 0.7 |
| Hex | 64 | FF | FC | 3D | 0 | 1 | 0 | B3 | 64 | 46 |
| Octal | 144 | 377 | 374 | 75 | 0 | 1 | 0 | 263 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11111100 | 111101 | 0 | 1 | 0 | 10110011 | 1100100 | 1000110 |
Color Harmonies of #64FFFC
Complementary color
Monochromatic Colors of #64FFFC
Black with #64FFFC
Text Example
Text Example
White with #64FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFFC; }
p { color: rgb(100,255,252); }
H1.HeaderClassName
{
color: #64FFFC;
}
.AnyTagClassName
{
color: #64FFFC;
}
</style>
background-color css
<style>
a { background-color: #64FFFC; }
a { background-color: rgb(100,255,252); }
div.DivClassName
{
background-color: #64FFFC;
}
.BgClassName
{
background-color: #64FFFC;
}
</style>
border-color css
<style>
span { border-color: #64FFFC; }
span { border-color: rgb(100,255,252); }
td.TdClassName
{
border-color: #64FFFC;
}
.TagClassName
{
border-color: #64FFFC;
}
</style>