Shades of Baby Blue #64FFF3
Tints of Baby Blue #64FFF3
RGB
CMYK
RGB Variations
Color information
#64FFF3 (or 0x64FFF3) is known color: Baby Blue. HEX triplet: 64, FF and F3. RGB value is (100,255,243). Sum of RGB (Red+Green+Blue) = 100+255+243=598 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.72% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFF3 is #9B000C. Grayscale: #CFCFCF. Windows color (decimal): -10158093 or 15990628. OLE color: 15990628.
HSL color Cylindrical-coordinate representation of color #64FFF3: hue angle of 175.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFF3 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 243 | - |
| CMYK | 0.61 | 0 | 0.05 | 0 |
| HSL | 175.35º | 1% | 0.7% | - |
| HSV(B) | 175.35º | 0.61% | 1% | - |
| XYZ | 57.19 | 80.7 | 97.36 | - |
| YUV | 207.29 | 148.15 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 243 | 0.61 | 0 | 0.05 | 0 | 175.35 | 1 | 0.7 |
| Hex | 64 | FF | F3 | 3D | 0 | 5 | 0 | AF | 64 | 46 |
| Octal | 144 | 377 | 363 | 75 | 0 | 5 | 0 | 257 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11110011 | 111101 | 0 | 101 | 0 | 10101111 | 1100100 | 1000110 |
Color Harmonies of #64FFF3
Complementary color
Monochromatic Colors of #64FFF3
Black with #64FFF3
Text Example
Text Example
White with #64FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFF3; }
p { color: rgb(100,255,243); }
H1.HeaderClassName
{
color: #64FFF3;
}
.AnyTagClassName
{
color: #64FFF3;
}
</style>
background-color css
<style>
a { background-color: #64FFF3; }
a { background-color: rgb(100,255,243); }
div.DivClassName
{
background-color: #64FFF3;
}
.BgClassName
{
background-color: #64FFF3;
}
</style>
border-color css
<style>
span { border-color: #64FFF3; }
span { border-color: rgb(100,255,243); }
td.TdClassName
{
border-color: #64FFF3;
}
.TagClassName
{
border-color: #64FFF3;
}
</style>