Shades of Baby Blue #64EFFD
Tints of Baby Blue #64EFFD
RGB
CMYK
RGB Variations
Color information
#64EFFD (or 0x64EFFD) is known color: Baby Blue. HEX triplet: 64, EF and FD. RGB value is (100,239,253). Sum of RGB (Red+Green+Blue) = 100+239+253=592 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.89% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #64EFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFFD is #9B1002. Grayscale: #C6C6C6. Windows color (decimal): -10162179 or 16641892. OLE color: 16641892.
HSL color Cylindrical-coordinate representation of color #64EFFD: hue angle of 185.49º 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 #64EFFD is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 239 | 253 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.01 |
| HSL | 185.49º | 0.97% | 0.69% | - |
| HSV(B) | 185.49º | 0.6% | 0.99% | - |
| XYZ | 53.85 | 71.53 | 103.9 | - |
| YUV | 199.04 | 158.45 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 253 | 0.60 | 0.06 | 0 | 0.01 | 185.49 | 0.97 | 0.69 |
| Hex | 64 | EF | FD | 3C | 6 | 0 | 1 | B9 | 61 | 45 |
| Octal | 144 | 357 | 375 | 74 | 6 | 0 | 1 | 271 | 141 | 105 |
| Binary | 1100100 | 11101111 | 11111101 | 111100 | 110 | 0 | 1 | 10111001 | 1100001 | 1000101 |
Color Harmonies of #64EFFD
Complementary color
Monochromatic Colors of #64EFFD
Black with #64EFFD
Text Example
Text Example
White with #64EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFFD; }
p { color: rgb(100,239,253); }
H1.HeaderClassName
{
color: #64EFFD;
}
.AnyTagClassName
{
color: #64EFFD;
}
</style>
background-color css
<style>
a { background-color: #64EFFD; }
a { background-color: rgb(100,239,253); }
div.DivClassName
{
background-color: #64EFFD;
}
.BgClassName
{
background-color: #64EFFD;
}
</style>
border-color css
<style>
span { border-color: #64EFFD; }
span { border-color: rgb(100,239,253); }
td.TdClassName
{
border-color: #64EFFD;
}
.TagClassName
{
border-color: #64EFFD;
}
</style>