Shades of Baby Blue #64FBFD
Tints of Baby Blue #64FBFD
RGB
CMYK
RGB Variations
Color information
#64FBFD (or 0x64FBFD) is known color: Baby Blue. HEX triplet: 64, FB and FD. RGB value is (100,251,253). Sum of RGB (Red+Green+Blue) = 100+251+253=604 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.56% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #64FBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FBFD is #9B0402. Grayscale: #CDCDCD. Windows color (decimal): -10159107 or 16644964. OLE color: 16644964.
HSL color Cylindrical-coordinate representation of color #64FBFD: hue angle of 180.78º 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 #64FBFD is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 251 | 253 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.01 |
| HSL | 180.78º | 0.97% | 0.69% | - |
| HSV(B) | 180.78º | 0.6% | 0.99% | - |
| XYZ | 57.48 | 78.8 | 105.11 | - |
| YUV | 206.08 | 154.47 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 253 | 0.60 | 0.01 | 0 | 0.01 | 180.78 | 0.97 | 0.69 |
| Hex | 64 | FB | FD | 3C | 1 | 0 | 1 | B5 | 61 | 45 |
| Octal | 144 | 373 | 375 | 74 | 1 | 0 | 1 | 265 | 141 | 105 |
| Binary | 1100100 | 11111011 | 11111101 | 111100 | 1 | 0 | 1 | 10110101 | 1100001 | 1000101 |
Color Harmonies of #64FBFD
Complementary color
Monochromatic Colors of #64FBFD
Black with #64FBFD
Text Example
Text Example
White with #64FBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBFD; }
p { color: rgb(100,251,253); }
H1.HeaderClassName
{
color: #64FBFD;
}
.AnyTagClassName
{
color: #64FBFD;
}
</style>
background-color css
<style>
a { background-color: #64FBFD; }
a { background-color: rgb(100,251,253); }
div.DivClassName
{
background-color: #64FBFD;
}
.BgClassName
{
background-color: #64FBFD;
}
</style>
border-color css
<style>
span { border-color: #64FBFD; }
span { border-color: rgb(100,251,253); }
td.TdClassName
{
border-color: #64FBFD;
}
.TagClassName
{
border-color: #64FBFD;
}
</style>