Shades of Baby Blue #64FFFD
Tints of Baby Blue #64FFFD
RGB
CMYK
RGB Variations
Color information
#64FFFD (or 0x64FFFD) is known color: Baby Blue. HEX triplet: 64, FF and FD. RGB value is (100,255,253). Sum of RGB (Red+Green+Blue) = 100+255+253=608 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.45% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFFD is #9B0002. Grayscale: #D0D0D0. Windows color (decimal): -10158083 or 16645988. OLE color: 16645988.
HSL color Cylindrical-coordinate representation of color #64FFFD: hue angle of 179.23º 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 #64FFFD is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 253 | - |
| CMYK | 0.61 | 0 | 0.01 | 0 |
| HSL | 179.23º | 1% | 0.7% | - |
| HSV(B) | 179.23º | 0.61% | 1% | - |
| XYZ | 58.75 | 81.32 | 105.53 | - |
| YUV | 208.43 | 153.15 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 253 | 0.61 | 0 | 0.01 | 0 | 179.23 | 1 | 0.7 |
| Hex | 64 | FF | FD | 3D | 0 | 1 | 0 | B3 | 64 | 46 |
| Octal | 144 | 377 | 375 | 75 | 0 | 1 | 0 | 263 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11111101 | 111101 | 0 | 1 | 0 | 10110011 | 1100100 | 1000110 |
Color Harmonies of #64FFFD
Complementary color
Monochromatic Colors of #64FFFD
Black with #64FFFD
Text Example
Text Example
White with #64FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFFD; }
p { color: rgb(100,255,253); }
H1.HeaderClassName
{
color: #64FFFD;
}
.AnyTagClassName
{
color: #64FFFD;
}
</style>
background-color css
<style>
a { background-color: #64FFFD; }
a { background-color: rgb(100,255,253); }
div.DivClassName
{
background-color: #64FFFD;
}
.BgClassName
{
background-color: #64FFFD;
}
</style>
border-color css
<style>
span { border-color: #64FFFD; }
span { border-color: rgb(100,255,253); }
td.TdClassName
{
border-color: #64FFFD;
}
.TagClassName
{
border-color: #64FFFD;
}
</style>