Shades of Baby Blue #64FEF3
Tints of Baby Blue #64FEF3
RGB
CMYK
RGB Variations
Color information
#64FEF3 (or 0x64FEF3) is known color: Baby Blue. HEX triplet: 64, FE and F3. RGB value is (100,254,243). Sum of RGB (Red+Green+Blue) = 100+254+243=597 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.75% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FEF3 is #9B010C. Grayscale: #CECECE. Windows color (decimal): -10158349 or 15990372. OLE color: 15990372.
HSL color Cylindrical-coordinate representation of color #64FEF3: hue angle of 175.71º 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 #64FEF3 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 243 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.00 |
| HSL | 175.71º | 0.99% | 0.69% | - |
| HSV(B) | 175.71º | 0.61% | 1% | - |
| XYZ | 56.88 | 80.06 | 97.25 | - |
| YUV | 206.7 | 148.48 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 243 | 0.61 | 0 | 0.04 | 0.00 | 175.71 | 0.99 | 0.69 |
| Hex | 64 | FE | F3 | 3D | 0 | 4 | 0 | B0 | 63 | 45 |
| Octal | 144 | 376 | 363 | 75 | 0 | 4 | 0 | 260 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11110011 | 111101 | 0 | 100 | 0 | 10110000 | 1100011 | 1000101 |
Color Harmonies of #64FEF3
Complementary color
Monochromatic Colors of #64FEF3
Black with #64FEF3
Text Example
Text Example
White with #64FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEF3; }
p { color: rgb(100,254,243); }
H1.HeaderClassName
{
color: #64FEF3;
}
.AnyTagClassName
{
color: #64FEF3;
}
</style>
background-color css
<style>
a { background-color: #64FEF3; }
a { background-color: rgb(100,254,243); }
div.DivClassName
{
background-color: #64FEF3;
}
.BgClassName
{
background-color: #64FEF3;
}
</style>
border-color css
<style>
span { border-color: #64FEF3; }
span { border-color: rgb(100,254,243); }
td.TdClassName
{
border-color: #64FEF3;
}
.TagClassName
{
border-color: #64FEF3;
}
</style>