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