Shades of Baby Blue #64FDFD
Tints of Baby Blue #64FDFD
RGB
CMYK
RGB Variations
Color information
#64FDFD (or 0x64FDFD) is known color: Baby Blue. HEX triplet: 64, FD and FD. RGB value is (100,253,253). Sum of RGB (Red+Green+Blue) = 100+253+253=606 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.50% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #64FDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FDFD is #9B0202. Grayscale: #CFCFCF. Windows color (decimal): -10158595 or 16645476. OLE color: 16645476.
HSL color Cylindrical-coordinate representation of color #64FDFD: hue angle of 180º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FDFD is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 253 | - |
| CMYK | 0.60 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.69% | - |
| HSV(B) | 180º | 0.6% | 0.99% | - |
| XYZ | 58.11 | 80.05 | 105.32 | - |
| YUV | 207.25 | 153.81 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 253 | 0.60 | 0 | 0 | 0.01 | 180 | 0.97 | 0.69 |
| Hex | 64 | FD | FD | 3C | 0 | 0 | 1 | B4 | 61 | 45 |
| Octal | 144 | 375 | 375 | 74 | 0 | 0 | 1 | 264 | 141 | 105 |
| Binary | 1100100 | 11111101 | 11111101 | 111100 | 0 | 0 | 1 | 10110100 | 1100001 | 1000101 |
Color Harmonies of #64FDFD
Complementary color
Monochromatic Colors of #64FDFD
Black with #64FDFD
Text Example
Text Example
White with #64FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FDFD; }
p { color: rgb(100,253,253); }
H1.HeaderClassName
{
color: #64FDFD;
}
.AnyTagClassName
{
color: #64FDFD;
}
</style>
background-color css
<style>
a { background-color: #64FDFD; }
a { background-color: rgb(100,253,253); }
div.DivClassName
{
background-color: #64FDFD;
}
.BgClassName
{
background-color: #64FDFD;
}
</style>
border-color css
<style>
span { border-color: #64FDFD; }
span { border-color: rgb(100,253,253); }
td.TdClassName
{
border-color: #64FDFD;
}
.TagClassName
{
border-color: #64FDFD;
}
</style>