Shades of Baby Blue #64FEFD
Tints of Baby Blue #64FEFD
RGB
CMYK
RGB Variations
Color information
#64FEFD (or 0x64FEFD) is known color: Baby Blue. HEX triplet: 64, FE and FD. RGB value is (100,254,253). Sum of RGB (Red+Green+Blue) = 100+254+253=607 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.47% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FEFD is #9B0102. Grayscale: #CFCFCF. Windows color (decimal): -10158339 or 16645732. OLE color: 16645732.
HSL color Cylindrical-coordinate representation of color #64FEFD: hue angle of 179.61º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEFD is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 253 | - |
| CMYK | 0.61 | 0 | 0.00 | 0.00 |
| HSL | 179.61º | 0.99% | 0.69% | - |
| HSV(B) | 179.61º | 0.61% | 1% | - |
| XYZ | 58.43 | 80.68 | 105.42 | - |
| YUV | 207.84 | 153.48 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 253 | 0.61 | 0 | 0.00 | 0.00 | 179.61 | 0.99 | 0.69 |
| Hex | 64 | FE | FD | 3D | 0 | 0 | 0 | B4 | 63 | 45 |
| Octal | 144 | 376 | 375 | 75 | 0 | 0 | 0 | 264 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11111101 | 111101 | 0 | 0 | 0 | 10110100 | 1100011 | 1000101 |
Color Harmonies of #64FEFD
Complementary color
Monochromatic Colors of #64FEFD
Black with #64FEFD
Text Example
Text Example
White with #64FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEFD; }
p { color: rgb(100,254,253); }
H1.HeaderClassName
{
color: #64FEFD;
}
.AnyTagClassName
{
color: #64FEFD;
}
</style>
background-color css
<style>
a { background-color: #64FEFD; }
a { background-color: rgb(100,254,253); }
div.DivClassName
{
background-color: #64FEFD;
}
.BgClassName
{
background-color: #64FEFD;
}
</style>
border-color css
<style>
span { border-color: #64FEFD; }
span { border-color: rgb(100,254,253); }
td.TdClassName
{
border-color: #64FEFD;
}
.TagClassName
{
border-color: #64FEFD;
}
</style>