Shades of Baby Blue #64FEFA
Tints of Baby Blue #64FEFA
RGB
CMYK
RGB Variations
Color information
#64FEFA (or 0x64FEFA) is known color: Baby Blue. HEX triplet: 64, FE and FA. RGB value is (100,254,250). Sum of RGB (Red+Green+Blue) = 100+254+250=604 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.56% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FEFA is #9B0105. Grayscale: #CFCFCF. Windows color (decimal): -10158342 or 16449124. OLE color: 16449124.
HSL color Cylindrical-coordinate representation of color #64FEFA: hue angle of 178.44º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEFA is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 250 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.00 |
| HSL | 178.44º | 0.99% | 0.69% | - |
| HSV(B) | 178.44º | 0.61% | 1% | - |
| XYZ | 57.95 | 80.5 | 102.93 | - |
| YUV | 207.5 | 151.98 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 250 | 0.61 | 0 | 0.02 | 0.00 | 178.44 | 0.99 | 0.69 |
| Hex | 64 | FE | FA | 3D | 0 | 2 | 0 | B2 | 63 | 45 |
| Octal | 144 | 376 | 372 | 75 | 0 | 2 | 0 | 262 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11111010 | 111101 | 0 | 10 | 0 | 10110010 | 1100011 | 1000101 |
Color Harmonies of #64FEFA
Complementary color
Monochromatic Colors of #64FEFA
Black with #64FEFA
Text Example
Text Example
White with #64FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEFA; }
p { color: rgb(100,254,250); }
H1.HeaderClassName
{
color: #64FEFA;
}
.AnyTagClassName
{
color: #64FEFA;
}
</style>
background-color css
<style>
a { background-color: #64FEFA; }
a { background-color: rgb(100,254,250); }
div.DivClassName
{
background-color: #64FEFA;
}
.BgClassName
{
background-color: #64FEFA;
}
</style>
border-color css
<style>
span { border-color: #64FEFA; }
span { border-color: rgb(100,254,250); }
td.TdClassName
{
border-color: #64FEFA;
}
.TagClassName
{
border-color: #64FEFA;
}
</style>