Shades of Baby Blue #64F3FF
Tints of Baby Blue #64F3FF
RGB
CMYK
RGB Variations
Color information
#64F3FF (or 0x64F3FF) is known color: Baby Blue. HEX triplet: 64, F3 and FF. RGB value is (100,243,255). Sum of RGB (Red+Green+Blue) = 100+243+255=598 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.72% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #64F3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F3FF is #9B0C00. Grayscale: #C9C9C9. Windows color (decimal): -10161153 or 16773988. OLE color: 16773988.
HSL color Cylindrical-coordinate representation of color #64F3FF: hue angle of 184.65º 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 #64F3FF is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 243 | 255 | - |
| CMYK | 0.61 | 0.05 | 0 | 0 |
| HSL | 184.65º | 1% | 0.7% | - |
| HSV(B) | 184.65º | 0.61% | 1% | - |
| XYZ | 55.36 | 74.03 | 105.98 | - |
| YUV | 201.61 | 158.12 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 255 | 0.61 | 0.05 | 0 | 0 | 184.65 | 1 | 0.7 |
| Hex | 64 | F3 | FF | 3D | 5 | 0 | 0 | B9 | 64 | 46 |
| Octal | 144 | 363 | 377 | 75 | 5 | 0 | 0 | 271 | 144 | 106 |
| Binary | 1100100 | 11110011 | 11111111 | 111101 | 101 | 0 | 0 | 10111001 | 1100100 | 1000110 |
Color Harmonies of #64F3FF
Complementary color
Monochromatic Colors of #64F3FF
Black with #64F3FF
Text Example
Text Example
White with #64F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F3FF; }
p { color: rgb(100,243,255); }
H1.HeaderClassName
{
color: #64F3FF;
}
.AnyTagClassName
{
color: #64F3FF;
}
</style>
background-color css
<style>
a { background-color: #64F3FF; }
a { background-color: rgb(100,243,255); }
div.DivClassName
{
background-color: #64F3FF;
}
.BgClassName
{
background-color: #64F3FF;
}
</style>
border-color css
<style>
span { border-color: #64F3FF; }
span { border-color: rgb(100,243,255); }
td.TdClassName
{
border-color: #64F3FF;
}
.TagClassName
{
border-color: #64F3FF;
}
</style>