Shades of Baby Blue #68F3EC
Tints of Baby Blue #68F3EC
RGB
CMYK
RGB Variations
Color information
#68F3EC (or 0x68F3EC) is known color: Baby Blue. HEX triplet: 68, F3 and EC. RGB value is (104,243,236). Sum of RGB (Red+Green+Blue) = 104+243+236=583 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.84% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F3EC is #970C13. Grayscale: #C8C8C8. Windows color (decimal): -9899028 or 15528808. OLE color: 15528808.
HSL color Cylindrical-coordinate representation of color #68F3EC: hue angle of 176.98º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F3EC is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 236 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.05 |
| HSL | 176.98º | 0.85% | 0.68% | - |
| HSV(B) | 176.98º | 0.57% | 0.95% | - |
| XYZ | 52.9 | 73.1 | 90.68 | - |
| YUV | 200.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 236 | 0.57 | 0 | 0.03 | 0.05 | 176.98 | 0.85 | 0.68 |
| Hex | 68 | F3 | EC | 39 | 0 | 3 | 5 | B1 | 55 | 44 |
| Octal | 150 | 363 | 354 | 71 | 0 | 3 | 5 | 261 | 125 | 104 |
| Binary | 1101000 | 11110011 | 11101100 | 111001 | 0 | 11 | 101 | 10110001 | 1010101 | 1000100 |
Color Harmonies of #68F3EC
Complementary color
Monochromatic Colors of #68F3EC
Black with #68F3EC
Text Example
Text Example
White with #68F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F3EC; }
p { color: rgb(104,243,236); }
H1.HeaderClassName
{
color: #68F3EC;
}
.AnyTagClassName
{
color: #68F3EC;
}
</style>
background-color css
<style>
a { background-color: #68F3EC; }
a { background-color: rgb(104,243,236); }
div.DivClassName
{
background-color: #68F3EC;
}
.BgClassName
{
background-color: #68F3EC;
}
</style>
border-color css
<style>
span { border-color: #68F3EC; }
span { border-color: rgb(104,243,236); }
td.TdClassName
{
border-color: #68F3EC;
}
.TagClassName
{
border-color: #68F3EC;
}
</style>