Shades of Baby Blue #64F5FD
Tints of Baby Blue #64F5FD
RGB
CMYK
RGB Variations
Color information
#64F5FD (or 0x64F5FD) is known color: Baby Blue. HEX triplet: 64, F5 and FD. RGB value is (100,245,253). Sum of RGB (Red+Green+Blue) = 100+245+253=598 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.72% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #64F5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F5FD is #9B0A02. Grayscale: #CACACA. Windows color (decimal): -10160643 or 16643428. OLE color: 16643428.
HSL color Cylindrical-coordinate representation of color #64F5FD: hue angle of 183.14º 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 #64F5FD is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 245 | 253 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.01 |
| HSL | 183.14º | 0.97% | 0.69% | - |
| HSV(B) | 183.14º | 0.6% | 0.99% | - |
| XYZ | 55.64 | 75.11 | 104.49 | - |
| YUV | 202.56 | 156.46 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 245 | 253 | 0.60 | 0.03 | 0 | 0.01 | 183.14 | 0.97 | 0.69 |
| Hex | 64 | F5 | FD | 3C | 3 | 0 | 1 | B7 | 61 | 45 |
| Octal | 144 | 365 | 375 | 74 | 3 | 0 | 1 | 267 | 141 | 105 |
| Binary | 1100100 | 11110101 | 11111101 | 111100 | 11 | 0 | 1 | 10110111 | 1100001 | 1000101 |
Color Harmonies of #64F5FD
Complementary color
Monochromatic Colors of #64F5FD
Black with #64F5FD
Text Example
Text Example
White with #64F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F5FD; }
p { color: rgb(100,245,253); }
H1.HeaderClassName
{
color: #64F5FD;
}
.AnyTagClassName
{
color: #64F5FD;
}
</style>
background-color css
<style>
a { background-color: #64F5FD; }
a { background-color: rgb(100,245,253); }
div.DivClassName
{
background-color: #64F5FD;
}
.BgClassName
{
background-color: #64F5FD;
}
</style>
border-color css
<style>
span { border-color: #64F5FD; }
span { border-color: rgb(100,245,253); }
td.TdClassName
{
border-color: #64F5FD;
}
.TagClassName
{
border-color: #64F5FD;
}
</style>