Shades of Baby Blue #64FFFF
Tints of Baby Blue #64FFFF
RGB
CMYK
RGB Variations
Color information
#64FFFF (or 0x64FFFF) is known color: Baby Blue. HEX triplet: 64, FF and FF. RGB value is (100,255,255). Sum of RGB (Red+Green+Blue) = 100+255+255=610 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.39% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #64FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFFF is #9B0000. Grayscale: #D0D0D0. Windows color (decimal): -10158081 or 16777060. OLE color: 16777060.
HSL color Cylindrical-coordinate representation of color #64FFFF: hue angle of 180º 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 #64FFFF is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 255 | - |
| CMYK | 0.61 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.7% | - |
| HSV(B) | 180º | 0.61% | 1% | - |
| XYZ | 59.07 | 81.45 | 107.22 | - |
| YUV | 208.66 | 154.15 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 255 | 0.61 | 0 | 0 | 0 | 180 | 1 | 0.7 |
| Hex | 64 | FF | FF | 3D | 0 | 0 | 0 | B4 | 64 | 46 |
| Octal | 144 | 377 | 377 | 75 | 0 | 0 | 0 | 264 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11111111 | 111101 | 0 | 0 | 0 | 10110100 | 1100100 | 1000110 |
Color Harmonies of #64FFFF
Complementary color
Monochromatic Colors of #64FFFF
Black with #64FFFF
Text Example
Text Example
White with #64FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFFF; }
p { color: rgb(100,255,255); }
H1.HeaderClassName
{
color: #64FFFF;
}
.AnyTagClassName
{
color: #64FFFF;
}
</style>
background-color css
<style>
a { background-color: #64FFFF; }
a { background-color: rgb(100,255,255); }
div.DivClassName
{
background-color: #64FFFF;
}
.BgClassName
{
background-color: #64FFFF;
}
</style>
border-color css
<style>
span { border-color: #64FFFF; }
span { border-color: rgb(100,255,255); }
td.TdClassName
{
border-color: #64FFFF;
}
.TagClassName
{
border-color: #64FFFF;
}
</style>